From 2a4dbd5101cfdea4ac666e1b3d9af46639182495 Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Tue, 5 Dec 2023 15:01:19 -0800 Subject: [PATCH] Strict pin rs-soroban-sdk to 20.0.0-rc2.2 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6adc446f6..37d9a4f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,13 +19,13 @@ git = "https://github.com/stellar/rs-soroban-env" rev = "8c63bff68a15d79aca3a705ee6916a68db57b7e6" [workspace.dependencies.soroban-spec] -version = "20.0.0-rc2.2" +version = "=20.0.0-rc2.2" git = "https://github.com/stellar/rs-soroban-sdk" rev = "3d7ba762e1fd2f6aa7f78e0565746c44ba5bbedd" # path = "../rs-soroban-sdk/soroban-spec" [workspace.dependencies.soroban-spec-rust] -version = "20.0.0-rc2.2" +version = "=20.0.0-rc2.2" git = "https://github.com/stellar/rs-soroban-sdk" rev = "3d7ba762e1fd2f6aa7f78e0565746c44ba5bbedd" # path = "../rs-soroban-sdk/soroban-spec-rust" @@ -43,12 +43,12 @@ version = "20.0.0-rc.4.2" path = "./cmd/crates/soroban-spec-tools" [workspace.dependencies.soroban-sdk] -version = "20.0.0-rc2.2" +version = "=20.0.0-rc2.2" git = "https://github.com/stellar/rs-soroban-sdk" rev = "3d7ba762e1fd2f6aa7f78e0565746c44ba5bbedd" [workspace.dependencies.soroban-ledger-snapshot] -version = "20.0.0-rc2.2" +version = "=20.0.0-rc2.2" git = "https://github.com/stellar/rs-soroban-sdk" rev = "3d7ba762e1fd2f6aa7f78e0565746c44ba5bbedd"