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

Commit 21630cb

Browse files
author
Joe C
authored
bump/program-error (#4606)
1 parent 403ff23 commit 21630cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-program-error"
3-
version = "0.1.0"
3+
version = "0.2.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"
@@ -11,7 +11,7 @@ edition = "2021"
1111
num-derive = "0.3"
1212
num-traits = "0.2"
1313
solana-program = "1.16.1"
14-
spl-program-error-derive = { version = "0.1.0", path = "./derive" }
14+
spl-program-error-derive = { version = "0.2.0", path = "./derive" }
1515
thiserror = "1.0"
1616

1717
[dev-dependencies]

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

token-metadata/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
borsh = "0.10"
1212
solana-program = "1.16.1"
1313
spl-discriminator = { version = "0.1.0" , path = "../../libraries/discriminator" }
14-
spl-program-error = { version = "0.1.0" , path = "../../libraries/program-error" }
14+
spl-program-error = { version = "0.2.0" , path = "../../libraries/program-error" }
1515
spl-type-length-value = { version = "0.1.0", features = ["borsh"], path = "../../libraries/type-length-value" }
1616

1717
[lib]

0 commit comments

Comments
 (0)