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

Commit ffecc94

Browse files
author
Joe C
authored
program error: bump patch version (#6592)
program-error: bump patch version
1 parent e0621de commit ffecc94

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 11 additions & 11 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.4.0"
3+
version = "0.4.1"
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.4"
1212
num-traits = "0.2"
1313
solana-program = ">=1.18.2,<=2"
14-
spl-program-error-derive = { version = "0.4.0", path = "./derive" }
14+
spl-program-error-derive = { version = "0.4.1", 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.4.0"
3+
version = "0.4.1"
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"

0 commit comments

Comments
 (0)