From 84c63ba14f387a8648c127d4064b5c9071eaa2ed Mon Sep 17 00:00:00 2001 From: peg Date: Fri, 6 Dec 2024 11:47:04 +0100 Subject: [PATCH] Downgrade parity-scale-codec as current version has been yanked --- crates/testing-utils/Cargo.toml | 2 +- crates/threshold-signature-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index 510d81127..65c6fa263 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -13,7 +13,7 @@ subxt ="0.35.3" sp-keyring ="34.0.0" project-root ="0.2.2" sp-core ={ version="31.0.0", default-features=false } -parity-scale-codec="3.7.0" +parity-scale-codec="3.6.12" lazy_static ="1.5.0" hex-literal ="0.4.1" tokio ={ version="1.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 78147abed..441e3db2b 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -36,7 +36,7 @@ axum ={ version="0.7.9", features=["ws"] } # Substrate subxt ="0.35.3" -parity-scale-codec="3.7.0" +parity-scale-codec="3.6.12" sp-core ={ version="31.0.0", default-features=false } # Entropy