-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
program error: use unambigious globs (#6590)
- Loading branch information
Joe C
authored
Apr 18, 2024
1 parent
e00605d
commit 0762aad
Showing
4 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "spl-program-error" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
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" | ||
|
@@ -11,7 +11,7 @@ edition = "2021" | |
num-derive = "0.4" | ||
num-traits = "0.2" | ||
solana-program = ">=1.18.2,<=2" | ||
spl-program-error-derive = { version = "0.4.0", path = "./derive" } | ||
spl-program-error-derive = { version = "0.4.1", path = "./derive" } | ||
thiserror = "1.0" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "spl-program-error-derive" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
description = "Proc-Macro Library for Solana Program error attributes and derive macro" | ||
authors = ["Solana Labs Maintainers <[email protected]>"] | ||
repository = "https://github.com/solana-labs/solana-program-library" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters