Skip to content

Commit a8d8e12

Browse files
committed
Bump Cargo.toml version to 0.1.4.
Signed-off-by: Andrei Sandu <[email protected]>
1 parent ba2d5b0 commit a8d8e12

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "versionize"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
66
description = "A version tolerant serialization/deserialization framework."
@@ -13,11 +13,14 @@ categories = ["encoding"]
1313
serde = ">=1.0.27"
1414
serde_derive = ">=1.0.27"
1515
bincode = "1.2.1"
16-
versionize_derive = ">=0.1.2"
16+
versionize_derive = ">=0.1.3"
1717
crc64 = "1.0.0"
1818
vmm-sys-util = ">=0.4.0"
1919

2020
[build-dependencies]
2121
proc-macro2 = ">=1.0"
2222
quote = ">=1.0"
2323
syn = { version = ">=1.0.13", features=["default","full"]}
24+
25+
[badges]
26+
maintenance = { status = "experimental" }

0 commit comments

Comments
 (0)