Skip to content

Commit 33b5827

Browse files
committed
Release parameterized_macro 3.0.0
Strictly speaking, a major version bump was unnecessary. However since it's parent crate `parameterized` depends on "2", it would require a release itself to match the changed unstable feature, and might cause issues for those who (too) strictly depend on `parameterized 2.0.0`. Choosing a major version bump for the macro crate was the safe choice.
1 parent 7d3fb36 commit 33b5827

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
@@ -20,7 +20,7 @@ __unstable_square-brackets-old-error-message = ["parameterized-macro/__unstable_
2020
members = ["parameterized-macro"]
2121

2222
[dependencies]
23-
parameterized-macro = { path = "parameterized-macro", version = "2" }
23+
parameterized-macro = { path = "parameterized-macro", version = "~3.0.0" }
2424

2525
[dev-dependencies]
2626
tokio = { version = "1", features = ["full"] }

parameterized-macro/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-macro"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)