From 99dfeec591b8c90ab9a9d12722d721860d8e10a0 Mon Sep 17 00:00:00 2001 From: Sangwan Kwon Date: Fri, 19 Apr 2024 10:49:57 +0900 Subject: [PATCH] 3rd: Pin serde version to fix the build-error 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 for more information = help: add `#![feature(saturating_int_impl)]` to the crate attributes t ``` Signed-off-by: Sangwan Kwon --- scripts/deps/cross.sh | 2 +- third-party/ciborium | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deps/cross.sh b/scripts/deps/cross.sh index 0313c962cc3e1..919f9d3524f6c 100755 --- a/scripts/deps/cross.sh +++ b/scripts/deps/cross.sh @@ -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 diff --git a/third-party/ciborium b/third-party/ciborium index 88bd5cf7a3707..2f297b7ac6a24 160000 --- a/third-party/ciborium +++ b/third-party/ciborium @@ -1 +1 @@ -Subproject commit 88bd5cf7a3707446fb0eae84aa9b547ac33c5e6c +Subproject commit 2f297b7ac6a24029534dc83d74058685af5727db