Skip to content

Commit 6a201cc

Browse files
committed
chore: Release
1 parent 07159e8 commit 6a201cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parameterized"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

parameterized-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parameterized-macro"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -37,4 +37,4 @@ trybuild = "1.0"
3737

3838
[features]
3939
# not semver protected
40-
square-brackets-old-error-message = []
40+
square-brackets-old-error-message = []

0 commit comments

Comments
 (0)