Skip to content

Commit caa747f

Browse files
committed
chore: Release
1 parent a53b841 commit caa747f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documentation = "https://docs.rs/manyhow"
1515
members = [ "macros", ".", "examples/macro", "examples/no_macro" ]
1616

1717
[dependencies]
18-
macros = { package = "manyhow-macros", path = "macros", version = "0.11.4", optional = true}
18+
macros = { package = "manyhow-macros", path = "macros", version = "0.12.0", optional = true}
1919
proc-macro2 = "1.0.60"
2020
quote = "1"
2121
syn1 = { package = "syn", version = "1", default-features = false, optional = true, features = ["printing"] }

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "manyhow-macros"
33
description = "Macro for manyhow"
4-
version = "0.11.4"
4+
version = "0.12.0"
55
edition = "2021"
66
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
77
keywords = ["proc-macro", "error", "error-handling"]

0 commit comments

Comments
 (0)