Skip to content

Commit

Permalink
Publish spl-program-error v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent ce56586 commit 8f550c5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/program-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-program-error"
version = "0.5.0"
version = "0.6.0"
description = "Library for Solana Program error attributes and derive macro for creating them"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion libraries/tlv-account-resolution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana-program-error = "2.1.0"
solana-msg = "2.1.0"
solana-pubkey = "2.1.0"
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-program-error = { version = "0.5.0", path = "../program-error" }
spl-program-error = { version = "0.6.0", path = "../program-error" }
spl-pod = { version = "0.5.0", path = "../pod" }
spl-type-length-value = { version = "0.6.0", path = "../type-length-value" }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion token-collection/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
[dependencies]
solana-program = "2.1.0"
spl-pod = { version = "0.5.0", path = "../../libraries/pod" }
spl-program-error = { version = "0.5.0" , path = "../../libraries/program-error" }
spl-program-error = { version = "0.6.0", path = "../../libraries/program-error" }
spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] }
spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" }
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arrayref = "0.3.9"
bytemuck = { version = "1.19.0", features = ["derive"] }
solana-program = "2.1.0"
spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
spl-program-error = { version = "0.5.0" , path = "../../../libraries/program-error" }
spl-program-error = { version = "0.6.0", path = "../../../libraries/program-error" }
spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }
Expand Down

0 comments on commit 8f550c5

Please sign in to comment.