Skip to content

Commit

Permalink
Set xdr version to 22.0.0-rc.1 (#1471)
Browse files Browse the repository at this point in the history
### What

Bump to RC release
  • Loading branch information
sisuresh authored Sep 30, 2024
1 parent b7a0531 commit 65fb2af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 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 @@ -34,9 +34,9 @@ wasmparser = "=0.116.1"

# NB: When updating, also update the version in rs-soroban-env dev-dependencies
[workspace.dependencies.stellar-xdr]
version = "=22.0.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"
version = "=22.0.0-rc.1"
#git = "https://github.com/stellar/rs-stellar-xdr"
#rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"
default-features = false

[workspace.dependencies.wasmi]
Expand Down
6 changes: 3 additions & 3 deletions soroban-env-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ k256 = {version = "0.13.1", default-features = false, features = ["alloc"]}
p256 = {version = "0.13.2", default-features = false, features = ["alloc"]}

[dev-dependencies.stellar-xdr]
version = "=22.0.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"
version = "=22.0.0-rc.1"
#git = "https://github.com/stellar/rs-stellar-xdr"
#rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"
default-features = false
features = ["arbitrary"]

Expand Down
2 changes: 1 addition & 1 deletion soroban-test-wasms/wasm-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ version = "=21.4.0"
# git = "https://github.com/stellar/rs-soroban-sdk"

[workspace.dependencies.soroban-env-common]
version = "=22.0.0"
version = "=22.0.0-rc.1"
# git = "https://github.com/stellar/rs-soroban-env"

# Always build from the local instance of env as we need to rebuild test Wasms
Expand Down

0 comments on commit 65fb2af

Please sign in to comment.