Skip to content

Commit

Permalink
3rd: Pin serde version to fix the build-error
Browse files Browse the repository at this point in the history
This patch resolves below:

```
   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 <rust-lang/rust#87920> for more information
    = help: add `#![feature(saturating_int_impl)]` to the crate attributes t
```

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
  • Loading branch information
bitboom committed Apr 19, 2024
1 parent ff0e0ff commit 5b30953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deps/cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -e

cargo install cross --git https://github.com/cross-rs/cross
cargo install cross --git https://github.com/bitboom/cross
sudo systemctl start docker
2 changes: 1 addition & 1 deletion third-party/ciborium
Submodule ciborium updated 1 files
+1 −1 ciborium/Cargo.toml

0 comments on commit 5b30953

Please sign in to comment.