Skip to content

Commit

Permalink
Bump version to 0.2.1 (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: Leigh McCulloch <[email protected]>
  • Loading branch information
github-actions[bot] and leighmcculloch authored Nov 4, 2022
1 parent 418bfc9 commit 2a065ee
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.64"
autobins = false
Expand Down Expand Up @@ -60,18 +60,18 @@ default-members = ["."]

[workspace.dependencies]
soroban-env-host = "0.0.9"
soroban-spec = "0.2.0"
soroban-token-spec = "0.2.0"
soroban-auth = "0.2.0"
soroban-spec = "0.2.1"
soroban-token-spec = "0.2.1"
soroban-auth = "0.2.1"
stellar-strkey = "0.0.6"
soroban-sdk = "0.2.0"
soroban-sdk = "0.2.1"

[patch.crates-io]
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3ec51a3d" }
soroban-token-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3ec51a3d" }
soroban-auth = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3ec51a3d" }
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3ec51a3d" }
soroban-sdk-macros = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "3ec51a3d" }
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "4d2559c0" }
soroban-token-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "4d2559c0" }
soroban-auth = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "4d2559c0" }
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "4d2559c0" }
soroban-sdk-macros = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "4d2559c0" }
stellar-strkey = { git = "https://github.com/stellar/rs-stellar-strkey", rev = "d1b68fd1" }
soroban-env-common = { git = "https://github.com/stellar/rs-soroban-env", rev = "c04c2332" }
soroban-env-guest = { git = "https://github.com/stellar/rs-soroban-env", rev = "c04c2332" }
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/test-wasms/hello_world/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_hello_world"
version = "0.2.0"
version = "0.2.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_invoker_account_exists"
version = "0.2.0"
version = "0.2.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 2a065ee

Please sign in to comment.