Skip to content

Commit

Permalink
Bump XDR dependency for write fee in LCM (#1366)
Browse files Browse the repository at this point in the history
### What

Bump XDR dependency for write fee in LCM.

### Why

This is necessary for the respective Core change.

### Known limitations

N/A
  • Loading branch information
dmkozh authored Mar 19, 2024
1 parent befdf4b commit 74c3c04
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 @@ -33,8 +33,8 @@ soroban-builtin-sdk-macros = { version = "=20.3.0", path = "soroban-builtin-sdk-
# NB: When updating, also update the version in rs-soroban-env dev-dependencies
[workspace.dependencies.stellar-xdr]
version = "=20.1.0"
# git = "https://github.com/stellar/rs-stellar-xdr"
# rev = "8b9d623ef40423a8462442b86997155f2c04d3a1"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "8febe921e0b9c157bb7505e0e3149c08771129a5"
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 @@ -85,8 +85,8 @@ rustversion = "1.0"

[dev-dependencies.stellar-xdr]
version = "=20.1.0"
# git = "https://github.com/stellar/rs-stellar-xdr"
# rev = "8b9d623ef40423a8462442b86997155f2c04d3a1"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "8febe921e0b9c157bb7505e0e3149c08771129a5"
default-features = false
features = ["arbitrary"]

Expand Down

0 comments on commit 74c3c04

Please sign in to comment.