Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 3, 2024
1 parent b2621e6 commit 7aa4c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["rlib"]
[dependencies]
soroban-spec = { workspace = true }
stellar-strkey = { workspace = true }
stellar-xdr = { workspace = true, features = ["curr", "std", "serde"] }
stellar-xdr = { workspace = true, features = ["curr", "std", "serde", "base64"] }
serde_json = { workspace = true }
itertools = { workspace = true }
ethnum = { workspace = true }
Expand Down

0 comments on commit 7aa4c51

Please sign in to comment.