Skip to content

Commit 096d2c2

Browse files
authored
tlv-account-resolution: Bump pod dep (#203)
#### Problem The publish is failing because tlv-account-resolution still uses an old spl-pod dependency. #### Summary of changes Bump the spl-pod dep.
1 parent 80c77b3 commit 096d2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tlv-account-resolution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ solana-program-error = "3.0.0"
2222
solana-pubkey = { version = "3.0.0", features = ["curve25519"] }
2323
spl-discriminator = { version = "0.5.1", path = "../discriminator" }
2424
spl-list-view = { version = "0.1.1", path = "../list-view" }
25-
spl-pod = { version = "0.7.2", path = "../pod" }
25+
spl-pod = { version = "0.7.4", path = "../pod" }
2626
spl-type-length-value = { version = "0.9.0", path = "../type-length-value" }
2727
thiserror = "2.0"
2828

0 commit comments

Comments
 (0)