Skip to content

Commit

Permalink
Pin stellar-xdr in the soroban-ledger-snapshot crate
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 3, 2023
1 parent d73b622 commit f52478e
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 219 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions soroban-ledger-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ soroban-env-common = {workspace = true, features = ["serde"]}
serde = { version = "1.0.0", features = ["derive"] }
serde_json = "1.0.0"
thiserror = "1.0"
# This dependency is not a direct dependency, but a transitive dependency via
# the soroban-env-host and soroban-env-common. It is included here to ensure
# that a specific version of the stellar-xdr in the workspace is pinned. This
# is because the env crates are loosely selecting any v20 of stellar-xdr, and we
# need them and this crate to pick a specific pre-release.
stellar-xdr = { workspace = true, features = ["curr", "std"] }

[dev_dependencies]
pretty_assertions = "1.2.1"
Loading

0 comments on commit f52478e

Please sign in to comment.