Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
66 stars 57 forks source link

update serde #429

Closed arvidn closed 2 months ago

arvidn commented 2 months ago

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
coveralls-official[bot] commented 2 months ago

Pull Request Test Coverage Report for Build 9864743787

Details


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

💛 - Coveralls