Skip to content

Commit

Permalink
Bump XDR for env. (#1508)
Browse files Browse the repository at this point in the history
### What

Bump XDR for env.

This currently only affects the vnext of XDR.

### Why

Preparing for Core changes.

### Known limitations

N/A
  • Loading branch information
dmkozh authored Jan 9, 2025
1 parent c535e4c commit 822727b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ wasmparser = "=0.116.1"
# NB: When updating, also update the version in rs-soroban-env dev-dependencies
[workspace.dependencies.stellar-xdr]
version = "=22.1.0"
#git = "https://github.com/stellar/rs-stellar-xdr"
#rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "28391e81229ad20a3d9ec56e1e1f382205335085"
default-features = false

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

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

Expand Down

0 comments on commit 822727b

Please sign in to comment.