Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 28, 2024
1 parent 19a29e5 commit 453d33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shank-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shank_macro"
version = "0.3.1-alpha.5"
version = "0.4.0"
description = "Provides macros used to annotate Solana Rust programs in order to extract an IDL with the shank CLI"
authors = ["Metaplex Maintainers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/shank"
Expand Down
2 changes: 1 addition & 1 deletion shank/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2018"


[dependencies]
shank_macro = { version = "0.3.1-alpha.5", path = "../shank-macro" }
shank_macro = { version = "0.4.0", path = "../shank-macro" }

0 comments on commit 453d33b

Please sign in to comment.