Skip to content

Commit 4857e62

Browse files
Publish spl-program-error-derive v0.5.0
1 parent 1873e10 commit 4857e62

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
@@ -13,7 +13,7 @@ num-traits = "0.2"
1313
solana-decode-error = "2.2.1"
1414
solana-msg = "2.2.1"
1515
solana-program-error = "2.2.1"
16-
spl-program-error-derive = { version = "0.4.1", path = "./derive" }
16+
spl-program-error-derive = { version = "0.5.0", path = "./derive" }
1717
thiserror = "2.0"
1818

1919
[dev-dependencies]

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.4.1"
3+
version = "0.5.0"
44
description = "Proc-Macro Library for Solana Program error attributes and derive macro"
55
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
66
repository = "https://github.com/solana-program/libraries"

0 commit comments

Comments
 (0)