Skip to content

Commit

Permalink
Update xdr hash (#1403)
Browse files Browse the repository at this point in the history
### What

Picks up stellar/rs-stellar-xdr#361 

### Why

[TODO: Why this change is being made. Include any context required to
understand the why.]

### Known limitations

[TODO or N/A]
  • Loading branch information
jayz22 committed Apr 16, 2024
1 parent 4d9b102 commit 8867a5d
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 @@ -36,7 +36,7 @@ wasmparser = "=0.116.1"
[workspace.dependencies.stellar-xdr]
version = "=20.1.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "a80c899c61e869fd00b7b475a4947ab6aaf9dcac"
rev = "d0138770652a615e3cd99447f2f2727658c17450"
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 @@ -95,7 +95,7 @@ p256 = {version = "=0.13.2", default-features = false, features = ["alloc"]}
[dev-dependencies.stellar-xdr]
version = "=20.1.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "a80c899c61e869fd00b7b475a4947ab6aaf9dcac"
rev = "d0138770652a615e3cd99447f2f2727658c17450"
default-features = false
features = ["arbitrary"]

Expand Down

0 comments on commit 8867a5d

Please sign in to comment.