From 379131b0ecb8da7ab2dbb0465d3017f544c2b4c4 Mon Sep 17 00:00:00 2001 From: Sangwan Kwon Date: Fri, 19 Apr 2024 10:49:57 +0900 Subject: [PATCH] 3rd: ciborium: Pin serde version to 1.0.170 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 --- third-party/ciborium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/ciborium b/third-party/ciborium index 88bd5cf7a370..2f297b7ac6a2 160000 --- a/third-party/ciborium +++ b/third-party/ciborium @@ -1 +1 @@ -Subproject commit 88bd5cf7a3707446fb0eae84aa9b547ac33c5e6c +Subproject commit 2f297b7ac6a24029534dc83d74058685af5727db