Skip to content

Commit be134f6

Browse files
Publish spl-pod v0.7.0
1 parent 8e630e8 commit be134f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

pod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-pod"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Solana Program Library Plain Old Data (Pod)"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-program/libraries"

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.0", path = "../discriminator" }
2424
spl-program-error = { version = "0.7.0", path = "../program-error" }
25-
spl-pod = { version = "0.6.0", path = "../pod" }
25+
spl-pod = { version = "0.7.0", path = "../pod" }
2626
spl-type-length-value = { version = "0.8.0", path = "../type-length-value" }
2727
thiserror = "2.0"
2828

type-length-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ solana-msg = "3.0.0"
2121
solana-program-error = "3.0.0"
2222
spl-discriminator = { version = "0.5.0", path = "../discriminator" }
2323
spl-type-length-value-derive = { version = "0.2", path = "./derive", optional = true }
24-
spl-pod = { version = "0.6.0", path = "../pod" }
24+
spl-pod = { version = "0.7.0", path = "../pod" }
2525
thiserror = "2.0"
2626

2727
[lib]

0 commit comments

Comments
 (0)