Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update serde #429

Merged
merged 1 commit into from
Jul 10, 2024
Merged

update serde #429

merged 1 commit into from
Jul 10, 2024

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Jul 9, 2024

This fixes a build error in the fuzzers.

error[E0658]: `#[diagnostic]` attribute name space is experimental
   --> /Users/runner/.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-10; consider upgrading it if it is out of date

Copy link

coveralls-official bot commented Jul 9, 2024

Pull Request Test Coverage Report for Build 9864743787

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 94.162%

Totals Coverage Status
Change from base Build 9836005106: 0.02%
Covered Lines: 5806
Relevant Lines: 6166

💛 - Coveralls

@arvidn arvidn marked this pull request as ready for review July 9, 2024 21:59
@arvidn arvidn requested a review from Rigidity July 9, 2024 21:59
Copy link
Contributor

@jack60612 jack60612 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jack60612 jack60612 merged commit ac7ee84 into main Jul 10, 2024
27 checks passed
@jack60612 jack60612 deleted the bump-serde branch July 10, 2024 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants