Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8f550c5

Browse files
Publish spl-program-error v0.6.0
1 parent ce56586 commit 8f550c5

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

Cargo.lock

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

libraries/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.5.0"
3+
version = "0.6.0"
44
description = "Library for Solana Program error attributes and derive macro for creating them"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

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.1.0"
2323
solana-msg = "2.1.0"
2424
solana-pubkey = "2.1.0"
2525
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
26-
spl-program-error = { version = "0.5.0", path = "../program-error" }
26+
spl-program-error = { version = "0.6.0", path = "../program-error" }
2727
spl-pod = { version = "0.5.0", path = "../pod" }
2828
spl-type-length-value = { version = "0.6.0", path = "../type-length-value" }
2929
thiserror = "1.0"

token-collection/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-sbf = []
1414
[dependencies]
1515
solana-program = "2.1.0"
1616
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
17-
spl-program-error = { version = "0.5.0" , path = "../../libraries/program-error" }
17+
spl-program-error = { version = "0.6.0", path = "../../libraries/program-error" }
1818
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
1919
spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] }
2020
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }

token/transfer-hook/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ arrayref = "0.3.9"
1212
bytemuck = { version = "1.19.0", features = ["derive"] }
1313
solana-program = "2.1.0"
1414
spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
15-
spl-program-error = { version = "0.5.0" , path = "../../../libraries/program-error" }
15+
spl-program-error = { version = "0.6.0", path = "../../../libraries/program-error" }
1616
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
1717
spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
1818
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }

0 commit comments

Comments
 (0)