From 453d33beb86ae2b58e3d6915214c5e2d0149f87f Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Wed, 28 Feb 2024 17:01:55 -0500 Subject: [PATCH] chore: release --- shank-macro/Cargo.toml | 2 +- shank/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shank-macro/Cargo.toml b/shank-macro/Cargo.toml index 856e3eb..50adb66 100644 --- a/shank-macro/Cargo.toml +++ b/shank-macro/Cargo.toml @@ -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 "] repository = "https://github.com/metaplex-foundation/shank" diff --git a/shank/Cargo.toml b/shank/Cargo.toml index 7ea8754..1550048 100644 --- a/shank/Cargo.toml +++ b/shank/Cargo.toml @@ -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" }