Skip to content

Commit f341815

Browse files
committed
use live spl-pod dep
1 parent fc846f2 commit f341815

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

pinocchio/interface/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ license = { workspace = true }
1111
wincode = { version = "0.4.4", features = ["derive"] }
1212
solana-address = { version = "2.2.0", features = ["wincode"] }
1313

14-
# TODO: Temp until https://github.com/solana-program/libraries/pull/172 is merged
15-
spl-pod = { git = "https://github.com/solana-program/libraries", branch = "wincode-support", features = ["wincode"] }
14+
spl-pod = { version = "0.8.0", features = ["wincode"] }
1615

1716
[dev-dependencies]
1817
bincode = "1.3.3"
1918
proptest = "1.10.0"
2019
solana-address = { version = "2.2.0", features = ["wincode"] }
2120
solana-pubkey = "3.0.0"
2221
solana-stake-interface = { path = "../../interface", features = ["bincode"] }
23-
spl-pod = { git = "https://github.com/solana-program/libraries", branch = "wincode-support", features = ["wincode"] }
22+
spl-pod = { version = "0.8.0", features = ["wincode"] }
2423
test-case = "3.3.1"

0 commit comments

Comments
 (0)