Skip to content

Commit 82f9e53

Browse files
authored
Bump stellar-xdr and soroban-env crates (#1841)
### What Update the `stellar-xdr` crate to `26.0.1` and the `soroban-env-*` crates to `26.1.3`. ### Why The crates contain dependency updates to `ethnum` that patch compiler errors introduced in a recent nightly version. See stellar/rs-stellar-xdr#525 for details. ### Known limitations None
1 parent 3b03184 commit 82f9e53

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ soroban-token-spec = { version = "26.0.0-rc.1", path = "soroban-token-spec" }
3030
stellar-asset-spec = { version = "26.0.0-rc.1", path = "stellar-asset-spec" }
3131

3232
[workspace.dependencies.soroban-env-common]
33-
version = "=26.1.2"
33+
version = "=26.1.3"
3434
# git = "https://github.com/stellar/rs-soroban-env"
3535
# rev = "c0e58f94ff2983a09440cef6a54253349fd3c4db"
3636

3737
[workspace.dependencies.soroban-env-guest]
38-
version = "=26.1.2"
38+
version = "=26.1.3"
3939
# git = "https://github.com/stellar/rs-soroban-env"
4040
# rev = "c0e58f94ff2983a09440cef6a54253349fd3c4db"
4141

4242
[workspace.dependencies.soroban-env-host]
43-
version = "=26.1.2"
43+
version = "=26.1.3"
4444
# git = "https://github.com/stellar/rs-soroban-env"
4545
# rev = "c0e58f94ff2983a09440cef6a54253349fd3c4db"
4646

4747
[workspace.dependencies.stellar-strkey]
4848
version = "=0.0.16"
4949

5050
[workspace.dependencies.stellar-xdr]
51-
version = "=26.0.0"
51+
version = "=26.0.1"
5252
# git = "https://github.com/stellar/rs-stellar-xdr"
5353
# rev = "dd7a165a193126fd37a751d867bee1cb8f3b55a6"
5454
default-features = false

tests/fuzz/fuzz/Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)