Skip to content

Commit 9a4cd8d

Browse files
committed
!fixup revert the accidental cargo change
1 parent 86ac91a commit 9a4cd8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

soroban-spec-rust/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
rust-version.workspace = true
1212

1313
[dependencies]
14-
stellar-xdr = { workspace = true, features = ["next", "std", "serde"] }
14+
stellar-xdr = { workspace = true, features = ["curr", "std", "serde"] }
1515
soroban-spec = { workspace = true }
1616
thiserror = "1.0.32"
1717
syn = {version="2.0",features=["full"]}
@@ -22,4 +22,3 @@ prettyplease = "0.2.4"
2222

2323
[dev-dependencies]
2424
pretty_assertions = "1.2.1"
25-

0 commit comments

Comments
 (0)