Skip to content

Commit

Permalink
Update soroban-sdk, etc (stellar#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 7, 2022
1 parent 5a0a6a5 commit b084f9c
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 63 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ codegen-units = 1
lto = true

[patch.crates-io]
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "502e1804" }
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "502e1804" }
soroban-auth = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "502e1804" }
soroban-sdk-macros = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "502e1804" }
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3992556b" }
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3992556b" }
soroban-auth = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3992556b" }
soroban-sdk-macros = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3992556b" }
soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "91cf595" }
soroban-env-guest = { git = "https://github.com/stellar/rs-soroban-env", rev = "91cf595" }
soroban-env-host = { git = "https://github.com/stellar/rs-soroban-env", rev = "91cf595" }
Expand Down
4 changes: 2 additions & 2 deletions auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
8 changes: 4 additions & 4 deletions auth_advanced/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ crate-type = ["cdylib", "rlib"]
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils", "dep:ed25519-dalek"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"
ed25519-dalek = { version = "1.0.1", optional = true }

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }
4 changes: 2 additions & 2 deletions cross_contract/contract_a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions cross_contract/contract_b/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions custom_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions deployer/contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions deployer/deployer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions hello_world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
4 changes: 2 additions & 2 deletions increment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
6 changes: 3 additions & 3 deletions liquidity_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ token-wasm = []
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils", "dep:ed25519-dalek", "dep:sha2", "dep:stellar-xdr"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"
stellar-xdr = { version = "0.0.6", features = ["next", "std"], optional = true }
ed25519-dalek = { version = "1.0.1", optional = true }
sha2 = { version = "0.10.2", optional = true }

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
stellar-xdr = { version = "0.0.6", features = ["next", "std"] }
ed25519-dalek = { version = "1.0.1" }
sha2 = { version = "0.10.2" }
Expand Down
8 changes: 4 additions & 4 deletions liquidity_pool_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ crate-type = ["cdylib", "rlib"]
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils","soroban-liquidity-pool-contract/testutils","dep:ed25519-dalek", "dep:sha2", "dep:stellar-xdr"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"
ed25519-dalek = { version = "1.0.1", optional = true }
stellar-xdr = { version = "0.0.6", features = ["next", "std"], optional = true }
sha2 = { version = "0.10.2", optional = true }
Expand All @@ -21,8 +21,8 @@ sha2 = { version = "0.10.2", optional = true }
soroban-liquidity-pool-contract = { path = "../liquidity_pool", version = "0.0.0", default-features = false, optional = true }

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
soroban-liquidity-pool-contract = { path = "../liquidity_pool", version = "0.0.0", default-features = false, features = ["testutils"] }
stellar-xdr = { version = "0.0.6", features = ["next", "std"] }
ed25519-dalek = { version = "1.0.1" }
Expand Down
4 changes: 2 additions & 2 deletions logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-sdk = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
8 changes: 4 additions & 4 deletions single_offer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ crate-type = ["cdylib", "rlib"]
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils", "dep:ed25519-dalek"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"
ed25519-dalek = { version = "1.0.1", optional = true }

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
stellar-xdr = { version = "0.0.6" }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }
8 changes: 4 additions & 4 deletions single_offer_router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ crate-type = ["cdylib", "rlib"]
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils","soroban-single-offer-contract/testutils","dep:ed25519-dalek", "dep:sha2", "dep:stellar-xdr"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"
ed25519-dalek = { version = "1.0.1", optional = true }
stellar-xdr = { version = "0.0.6", features = ["next", "std"], optional = true }
sha2 = { version = "0.10.2", optional = true }
Expand All @@ -21,8 +21,8 @@ sha2 = { version = "0.10.2", optional = true }
soroban-single-offer-contract = { path = "../single_offer", version = "0.0.0", default-features = false, optional = true }

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
soroban-single-offer-contract = { path = "../single_offer", version = "0.0.0", default-features = false, features = ["testutils"] }
stellar-xdr = { version = "0.0.6", features = ["next", "std"] }
ed25519-dalek = { version = "1.0.1" }
Expand Down
8 changes: 4 additions & 4 deletions single_offer_xfer_from/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ crate-type = ["cdylib", "rlib"]
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils", "dep:ed25519-dalek"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"
ed25519-dalek = { version = "1.0.1", optional = true }

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }
8 changes: 4 additions & 4 deletions timelock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ doctest = false
testutils = ["soroban-sdk/testutils", "soroban-auth/testutils"]

[dependencies]
soroban-sdk = "0.0.6"
soroban-auth = "0.0.6"
soroban-sdk = "0.1.0"
soroban-auth = "0.1.0"

[dev_dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
rand = { version = "0.7.3" }
ed25519-dalek = { version = "1.0.1" }
8 changes: 4 additions & 4 deletions token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ testutils = ["soroban-sdk/testutils", "soroban-auth/testutils", "dep:ed25519-dal
[dependencies]
ed25519-dalek = { version = "1.0.1", optional = true }
num-bigint = { version = "0.4", optional = true }
soroban-sdk = { version = "0.0.6" }
soroban-auth = { version = "0.0.6" }
soroban-sdk = { version = "0.1.0" }
soroban-auth = { version = "0.1.0" }

[dev-dependencies]
soroban-sdk = { version = "0.0.6", features = ["testutils"] }
soroban-auth = { version = "0.0.6", features = ["testutils"] }
soroban-sdk = { version = "0.1.0", features = ["testutils"] }
soroban-auth = { version = "0.1.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }

0 comments on commit b084f9c

Please sign in to comment.