From 6a0bdfda96284730353594b12977fed0ba69043e Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Tue, 5 Dec 2023 13:13:58 -0800 Subject: [PATCH] Pin stellar-xdr to compatible 20.0.0-rc1 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7a92d31b..124d46b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ version = "20.0.0-rc.4.2" path = "cmd/soroban-cli" [workspace.dependencies.stellar-xdr] -version = "20.0.0-rc1" +version = "=20.0.0-rc1" git = "https://github.com/stellar/rs-stellar-xdr" rev = "d5ce0c9e7aa83461773a6e81662067f35d39e4c1" default-features = false