Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 31, 2023
1 parent 2149cd3 commit b4efebe
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.2.1"
version = "0.3.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.2.1", path = "../shank-macro" }
shank_macro = { version = "0.3.0", path = "../shank-macro" }

0 comments on commit b4efebe

Please sign in to comment.