Skip to content

Commit

Permalink
Merge branch 'main' into feat/muxed_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jan 9, 2025
2 parents 73eead7 + c055eac commit c305d9d
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 64 deletions.
89 changes: 45 additions & 44 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,51 +19,51 @@ exclude = [
]

[workspace.package]
version = "22.1.0"
version = "22.2.0"
rust-version = "1.81.0"

# Dependencies located in this repo:
[workspace.dependencies.soroban-cli]
version = "=22.1.0"
version = "=22.2.0"
path = "cmd/soroban-cli"

[workspace.dependencies.soroban-spec-json]
version = "=22.1.0"
version = "=22.2.0"
path = "./cmd/crates/soroban-spec-json"

[workspace.dependencies.soroban-spec-typescript]
version = "22.1.0"
version = "22.2.0"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "22.1.0"
version = "22.2.0"
path = "./cmd/crates/soroban-spec-tools"

# Dependencies from the rs-stellar-xdr repo:
[workspace.dependencies.stellar-xdr]
version = "=22.0.0-rc.1.1"
version = "=22.1.0"
default-features = true

# Dependencies from the rs-soroban-sdk repo:
[workspace.dependencies.soroban-spec]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-spec-rust]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-sdk]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-token-sdk]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=22.0.0-rc.3"
version = "=22.0.4"

# Dependencies from the rs-stellar-rpc-client repo:
[workspace.dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "=22.0.0-rc.1"
version = "=22.0.0"

# Dependencies from elsewhere shared by crates:
[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/fixtures/bye/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-bye"
version = "22.1.0"
version = "22.2.0"
edition = "2021"
publish = 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 = "22.1.0"
version = "22.2.0"
edition = "2021"
publish = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_constructor"
version = "22.1.0"
version = "22.2.0"
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_custom_account"
version = "22.1.0"
version = "22.2.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
Loading

0 comments on commit c305d9d

Please sign in to comment.