Skip to content

Commit b7d37ad

Browse files
committed
Update crate version and add experimental badge.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent bc46278 commit b7d37ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "versionize_derive"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
66
description = "Implements the Versionize derive proc macro."
@@ -16,4 +16,5 @@ syn = { version = ">=1.0.13", features=["full", "extra-traits"]}
1616
[lib]
1717
proc-macro = true
1818

19-
19+
[badges]
20+
maintenance = { status = "experimental" }

0 commit comments

Comments
 (0)