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 8eaf6ed commit 2bb78e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shank-idl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ cargo_toml = "0.17"
heck = "0.3.3"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.72"
shank_macro_impl = { version = "0.2.1", path = "../shank-macro-impl" }
shank_macro_impl = { version = "0.3.0", path = "../shank-macro-impl" }
shellexpand = "2.1.0"
2 changes: 1 addition & 1 deletion shank-macro-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shank_macro_impl"
version = "0.2.1"
version = "0.3.0"
description = "Implements and tests shank derive macros"
authors = ["Metaplex Maintainers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/shank"
Expand Down
2 changes: 1 addition & 1 deletion shank-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ doctest = false
[dependencies]
proc-macro2 = "1.0.32"
quote = "1.0.10"
shank_macro_impl = { version = "0.2.1", path = "../shank-macro-impl" }
shank_macro_impl = { version = "0.3.0", path = "../shank-macro-impl" }
shank_render = { version = "0.2.1", path = "../shank-render" }
syn = "1.0.82"
2 changes: 1 addition & 1 deletion shank-render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
proc-macro2 = "1.0.46"
quote = "1.0.21"
shank_macro_impl = { version = "0.2.1", path = "../shank-macro-impl" }
shank_macro_impl = { version = "0.3.0", path = "../shank-macro-impl" }

[dev-dependencies]
prettyplease = "0.1.21"

0 comments on commit 2bb78e3

Please sign in to comment.