We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d5b0 commit a8d8e12Copy full SHA for a8d8e12
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "versionize"
3
-version = "0.1.3"
+version = "0.1.4"
4
license = "Apache-2.0"
5
authors = ["Amazon Firecracker team <[email protected]>"]
6
description = "A version tolerant serialization/deserialization framework."
@@ -13,11 +13,14 @@ categories = ["encoding"]
13
serde = ">=1.0.27"
14
serde_derive = ">=1.0.27"
15
bincode = "1.2.1"
16
-versionize_derive = ">=0.1.2"
+versionize_derive = ">=0.1.3"
17
crc64 = "1.0.0"
18
vmm-sys-util = ">=0.4.0"
19
20
[build-dependencies]
21
proc-macro2 = ">=1.0"
22
quote = ">=1.0"
23
syn = { version = ">=1.0.13", features=["default","full"]}
24
+
25
+[badges]
26
+maintenance = { status = "experimental" }
0 commit comments