Skip to content

Commit

Permalink
Bump XDR used by env (#1367)
Browse files Browse the repository at this point in the history
### What

Bump XDR used by env to pick up env meta changes.

### Why

Picking up changes in stellar/stellar-xdr#175

### Known limitations

N/A
  • Loading branch information
dmkozh authored Mar 20, 2024
1 parent 74c3c04 commit 93120b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ soroban-builtin-sdk-macros = { version = "=20.3.0", path = "soroban-builtin-sdk-
[workspace.dependencies.stellar-xdr]
version = "=20.1.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "8febe921e0b9c157bb7505e0e3149c08771129a5"
rev = "2e0f7f7d42fcd6c3c42eb0d65570fba9f5193d7e"
default-features = false

[workspace.dependencies.wasmi]
Expand Down
2 changes: 1 addition & 1 deletion soroban-env-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rustversion = "1.0"
[dev-dependencies.stellar-xdr]
version = "=20.1.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "8febe921e0b9c157bb7505e0e3149c08771129a5"
rev = "2e0f7f7d42fcd6c3c42eb0d65570fba9f5193d7e"
default-features = false
features = ["arbitrary"]

Expand Down

0 comments on commit 93120b6

Please sign in to comment.