islet-project / islet

An on-device confidential computing platform
Apache License 2.0
91 stars 16 forks source link

3rd: Pin serde version to fix the build-error #306

Closed bitboom closed 4 months ago

bitboom commented 4 months ago

This PR resolves the serde compatibility issue.

   Compiling serde v1.0.198
error[E0658]: use of unstable library feature 'saturating_int_impl'
   --> /home/sangwan/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.198/src/lib.rs:279:13
    |
279 |     pub use self::core::num::Saturating;
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #87920 <https://github.com/rust-lang/rust/issues/87920> for more information
    = help: add `#![feature(saturating_int_impl)]` to the crate attributes t