Skip to content

Commit 9bd56e0

Browse files
Publish spl-type-length-value-derive v0.2.0
1 parent 618e5ed commit 9bd56e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

type-length-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ solana-decode-error = "2.2.1"
2020
solana-msg = "2.2.1"
2121
solana-program-error = "2.2.1"
2222
spl-discriminator = { version = "0.4.0", path = "../discriminator" }
23-
spl-type-length-value-derive = { version = "0.1", path = "./derive", optional = true }
23+
spl-type-length-value-derive = { version = "0.2", path = "./derive", optional = true }
2424
spl-pod = { version = "0.5.1", path = "../pod" }
2525
thiserror = "2.0"
2626

type-length-value/derive/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-derive"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Derive Macro Library for SPL Type Length Value traits"
55
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
66
repository = "https://github.com/solana-program/libraries"

0 commit comments

Comments
 (0)