Skip to content

Serde msrv got bumped to 1.78 in 1.0.204 #2770

@MolotovCherry

Description

@MolotovCherry

The cargo.toml promises 1.31, but this is no longer true. At least, not with the compiler version I'm using anyways.
rust-version = "1.31"

Perhaps this is expected behavior and serde will just, from now on, be incompatible with all nightly less than 78?

error[E0658]: `#[diagnostic]` attribute name space is experimental
   --> C:\Users\user\.cargo\registry\src\index.crates.io-6f17d22bba15001f\serde-1.0.204\src\de\mod.rs:537:5
    |
537 |     diagnostic::on_unimplemented(
    |     ^^^^^^^^^^
    |
    = note: see issue #111996 <https://github.com/rust-lang/rust/issues/111996> for more information
    = help: add `#![feature(diagnostic_namespace)]` to the crate attributes to enable
    = note: this compiler was built on 2024-02-25; consider upgrading it if it is out of date

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions