Skip to content

Commit 1011c26

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 200fe0a commit 1011c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)