Skip to content

Commit

Permalink
update versions (still missing rpc-client tho)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed May 31, 2024
1 parent 7b9d803 commit 229c117
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,52 +11,52 @@ default-members = ["cmd/soroban-cli", "cmd/crates/soroban-spec-tools", "cmd/crat
exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
rust-version = "1.74.0"

[workspace.dependencies.soroban-env-host]
version = "=21.0.1"
version = "=21.1.0"

[workspace.dependencies.soroban-simulation]
version = "=21.0.1-preview.1"
version = "=21.1.0"

[workspace.dependencies.soroban-spec]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-spec-rust]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-spec-json]
version = "=21.0.0-rc.2"
version = "=21.1.0-rc.1"
path = "./cmd/crates/soroban-spec-json"

[workspace.dependencies.soroban-spec-typescript]
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "=21.0.1-preview.1"

[workspace.dependencies.soroban-token-sdk]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=21.0.1-preview.1"
version = "=21.1.0-rc.1"

[workspace.dependencies.soroban-cli]
version = "=21.0.0-rc.2"
version = "=21.1.0-rc.1"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "=21.0.1"
version = "=21.2.0"

[workspace.dependencies.stellar-xdr]
version = "=21.0.1"
version = "=21.1.0"
default-features = true

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-test"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soroban-hello"
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_custom_types"
version = "21.0.0-rc.2"
version = "21.1.0-rc.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_hello_world"
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/stellar-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down
2 changes: 1 addition & 1 deletion cmd/stellar-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/stellar-cli"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
version = "21.0.0-rc.2"
version = "21.1.0-rc.1"
edition = "2021"
rust-version.workspace = true
autobins = false
Expand Down

0 comments on commit 229c117

Please sign in to comment.