Skip to content

Commit 618e5ed

Browse files
Publish spl-program-error v0.7.0
1 parent 4857e62 commit 618e5ed

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.

program-error/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-program-error"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Library for Solana Program error attributes and derive macro for creating them"
55
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
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
@@ -23,7 +23,7 @@ solana-program-error = "2.2.1"
2323
solana-msg = "2.2.1"
2424
solana-pubkey = { version = "2.2.1", features = ["curve25519"] }
2525
spl-discriminator = { version = "0.4.0", path = "../discriminator" }
26-
spl-program-error = { version = "0.6.0", path = "../program-error" }
26+
spl-program-error = { version = "0.7.0", path = "../program-error" }
2727
spl-pod = { version = "0.5.1", path = "../pod" }
2828
spl-type-length-value = { version = "0.7.0", path = "../type-length-value" }
2929
thiserror = "2.0"

0 commit comments

Comments
 (0)