From 662318030400abc4f3f8bbeb62a309d35c4fa563 Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Tue, 20 Feb 2024 18:59:41 -0800 Subject: [PATCH] Use crates refs instead of GH --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a773938300..7d49ce6941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,12 +65,12 @@ version = "20.3.0" path = "cmd/soroban-cli" [workspace.dependencies.soroban-rpc] -version = "20.3.2" -git = "https://github.com/stellar/soroban-rpc" +version = "=20.3.2" +# git = "https://github.com/stellar/soroban-rpc" [workspace.dependencies.soroban-spec-tools] -version = "20.3.2" -git = "https://github.com/stellar/soroban-rpc" +version = "=20.3.2" +# git = "https://github.com/stellar/soroban-rpc" [workspace.dependencies.stellar-xdr] version = "=20.1.0"