Skip to content

Commit 9982cb8

Browse files
Publish spl-type-length-value v0.8.0
1 parent 9bd56e0 commit 9982cb8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tlv-account-resolution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ solana-pubkey = { version = "2.2.1", features = ["curve25519"] }
2525
spl-discriminator = { version = "0.4.0", path = "../discriminator" }
2626
spl-program-error = { version = "0.7.0", path = "../program-error" }
2727
spl-pod = { version = "0.5.1", path = "../pod" }
28-
spl-type-length-value = { version = "0.7.0", path = "../type-length-value" }
28+
spl-type-length-value = { version = "0.8.0", path = "../type-length-value" }
2929
thiserror = "2.0"
3030

3131
[dev-dependencies]

type-length-value-derive-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ publish = false
1212
borsh = "1.5.5"
1313
solana-borsh = "2.2.1"
1414
spl-discriminator = { version = "0.4.0", path = "../discriminator" }
15-
spl-type-length-value = { version = "0.7.0", path = "../type-length-value", features = [
15+
spl-type-length-value = { version = "0.8.0", path = "../type-length-value", features = [
1616
"derive",
1717
] }

type-length-value/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-type-length-value"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Solana Program Library Type-Length-Value Management"
55
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
66
repository = "https://github.com/solana-program/libraries"

0 commit comments

Comments
 (0)