Skip to content

Commit

Permalink
Merge branch 'main' into overflow-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Feb 21, 2024
2 parents 14c2c44 + cbafd84 commit 1fd6cab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-members = ["cmd/crates/soroban-rpc", "cmd/crates/soroban-spec-tools"]
#exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "20.3.1"
version = "20.3.2"
rust-version = "1.74.0"

[workspace.dependencies.soroban-env-host]
Expand Down Expand Up @@ -47,7 +47,7 @@ git = "https://github.com/stellar/soroban-tools"
rev = "a59f5f421a27bab71472041fc619dd8b0d1cf902"

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

[workspace.dependencies.soroban-sdk]
Expand All @@ -66,7 +66,7 @@ version = "=20.3.1"
# rev = "4aef54ff9295c2fca4c5b9fbd2c92d0ff99f67de"

[workspace.dependencies.soroban-rpc]
version = "20.3.1"
version = "20.3.2"
path = "cmd/crates/soroban-rpc"

[workspace.dependencies.stellar-xdr]
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/lib/preflight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preflight"
version = "20.3.1"
version = "20.3.2"
publish = false

[lib]
Expand Down

0 comments on commit 1fd6cab

Please sign in to comment.