From 4eb037c430cc5fde81292e86bee4b5157d09f283 Mon Sep 17 00:00:00 2001 From: Anup Pani Date: Mon, 24 Apr 2023 17:42:30 -0700 Subject: [PATCH] Bringing back the git rev hash to Cargo.toml of each project --- account/Cargo.toml | 8 ++++---- alloc/Cargo.toml | 4 ++-- atomic_multiswap/Cargo.toml | 4 ++-- atomic_swap/Cargo.toml | 4 ++-- auth/Cargo.toml | 4 ++-- cross_contract/contract_a/Cargo.toml | 4 ++-- cross_contract/contract_b/Cargo.toml | 4 ++-- custom_types/Cargo.toml | 4 ++-- deployer/contract/Cargo.toml | 4 ++-- deployer/deployer/Cargo.toml | 4 ++-- errors/Cargo.toml | 4 ++-- events/Cargo.toml | 4 ++-- hello_world/Cargo.toml | 4 ++-- increment/Cargo.toml | 4 ++-- liquidity_pool/Cargo.toml | 4 ++-- logging/Cargo.toml | 4 ++-- simple_account/Cargo.toml | 8 ++++---- single_offer/Cargo.toml | 4 ++-- timelock/Cargo.toml | 4 ++-- token/Cargo.toml | 4 ++-- 20 files changed, 44 insertions(+), 44 deletions(-) diff --git a/account/Cargo.toml b/account/Cargo.toml index 5a027718..f9661481 100644 --- a/account/Cargo.toml +++ b/account/Cargo.toml @@ -11,12 +11,12 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} -soroban-auth = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} +soroban-auth = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } -soroban-auth = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } +soroban-auth = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } ed25519-dalek = { version = "1.0.1" } rand = { version = "0.7.3" } diff --git a/alloc/Cargo.toml b/alloc/Cargo.toml index c93321fd..c8df39de 100644 --- a/alloc/Cargo.toml +++ b/alloc/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0", features = ["alloc"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["alloc"] } [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils", "alloc"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils", "alloc"] } [profile.release] opt-level = "z" diff --git a/atomic_multiswap/Cargo.toml b/atomic_multiswap/Cargo.toml index 3d74e2c5..04898d90 100644 --- a/atomic_multiswap/Cargo.toml +++ b/atomic_multiswap/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } assert_unordered = "0.3.5" [profile.release] diff --git a/atomic_swap/Cargo.toml b/atomic_swap/Cargo.toml index e7507ad8..89a299a1 100644 --- a/atomic_swap/Cargo.toml +++ b/atomic_swap/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/auth/Cargo.toml b/auth/Cargo.toml index 7cc68cbc..57d848fb 100644 --- a/auth/Cargo.toml +++ b/auth/Cargo.toml @@ -8,10 +8,10 @@ publish = false crate-type = ["cdylib"] [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/cross_contract/contract_a/Cargo.toml b/cross_contract/contract_a/Cargo.toml index 0e765f80..01981c8b 100644 --- a/cross_contract/contract_a/Cargo.toml +++ b/cross_contract/contract_a/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0" } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837" } [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/cross_contract/contract_b/Cargo.toml b/cross_contract/contract_b/Cargo.toml index 5253b6fe..0f21ec5b 100644 --- a/cross_contract/contract_b/Cargo.toml +++ b/cross_contract/contract_b/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0" } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837" } [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/custom_types/Cargo.toml b/custom_types/Cargo.toml index 53e21256..d316fbf9 100644 --- a/custom_types/Cargo.toml +++ b/custom_types/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/deployer/contract/Cargo.toml b/deployer/contract/Cargo.toml index 29725ed8..99f09604 100644 --- a/deployer/contract/Cargo.toml +++ b/deployer/contract/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/deployer/deployer/Cargo.toml b/deployer/deployer/Cargo.toml index 8f997e4c..767259b4 100644 --- a/deployer/deployer/Cargo.toml +++ b/deployer/deployer/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/errors/Cargo.toml b/errors/Cargo.toml index cce70bb2..23998ce0 100644 --- a/errors/Cargo.toml +++ b/errors/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/events/Cargo.toml b/events/Cargo.toml index f0a803bb..7066dfcf 100644 --- a/events/Cargo.toml +++ b/events/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/hello_world/Cargo.toml b/hello_world/Cargo.toml index 17b5edcb..999bbab3 100644 --- a/hello_world/Cargo.toml +++ b/hello_world/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/increment/Cargo.toml b/increment/Cargo.toml index f0b963dd..10e6b7a1 100644 --- a/increment/Cargo.toml +++ b/increment/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/liquidity_pool/Cargo.toml b/liquidity_pool/Cargo.toml index 2ac70a5f..d145db1e 100644 --- a/liquidity_pool/Cargo.toml +++ b/liquidity_pool/Cargo.toml @@ -8,11 +8,11 @@ publish = false crate-type = ["cdylib"] [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} num-integer = { version = "0.1.45", default-features = false, features = ["i128"] } [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/logging/Cargo.toml b/logging/Cargo.toml index 93943a78..ab1b44b9 100644 --- a/logging/Cargo.toml +++ b/logging/Cargo.toml @@ -14,10 +14,10 @@ doctest = false testutils = ["soroban-sdk/testutils"] [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/simple_account/Cargo.toml b/simple_account/Cargo.toml index 505ca974..05bcf1c8 100644 --- a/simple_account/Cargo.toml +++ b/simple_account/Cargo.toml @@ -11,12 +11,12 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} -soroban-auth = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} +soroban-auth = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } -soroban-auth = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } +soroban-auth = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } ed25519-dalek = { version = "1.0.1" } rand = { version = "0.7.3" } diff --git a/single_offer/Cargo.toml b/single_offer/Cargo.toml index d5b34d11..baf101f3 100644 --- a/single_offer/Cargo.toml +++ b/single_offer/Cargo.toml @@ -8,10 +8,10 @@ publish = false crate-type = ["cdylib"] [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/timelock/Cargo.toml b/timelock/Cargo.toml index 5319ef57..1f476a10 100644 --- a/timelock/Cargo.toml +++ b/timelock/Cargo.toml @@ -11,10 +11,10 @@ crate-type = ["cdylib"] doctest = false [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z" diff --git a/token/Cargo.toml b/token/Cargo.toml index acde3f3e..05b7c686 100644 --- a/token/Cargo.toml +++ b/token/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -soroban-sdk = { version = "0.7.0"} +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837"} [dev_dependencies] -soroban-sdk = { version = "0.7.0", features = ["testutils"] } +soroban-sdk = { version = "0.7.0", git = "https://github.com/stellar/rs-soroban-sdk", rev = "29b505cf95f2fd4fbe639fdb163b606c44920837", features = ["testutils"] } [profile.release] opt-level = "z"