Skip to content

Commit db18af0

Browse files
committed
Prepare crate for publishing to crates.io
Signed-off-by: Andrei Sandu <[email protected]>
1 parent 0a1bd10 commit db18af0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ name = "versionize"
33
version = "0.1.1"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
6+
description = "A version tolerant serialization/deserialization framework."
7+
readme = "README.md"
8+
repository = "https://github.com/firecracker-microvm/versionize"
9+
keywords = ["serialization", "version"]
10+
categories = ["encoding"]
611

712
[dependencies]
813
serde = ">=1.0.27"
914
serde_derive = ">=1.0.27"
1015
bincode = "1.2.1"
11-
versionize_derive = { git = "https://github.com/firecracker-microvm/versionize_derive", tag = "v0.1.0" }
16+
versionize_derive = ">=0.1.1"
1217
crc64 = "1.0.0"
1318
vm-memory = { version = ">=0.2.0" }
1419
vmm-sys-util = ">=0.4.0"
@@ -17,4 +22,3 @@ vmm-sys-util = ">=0.4.0"
1722
proc-macro2 = ">=1.0"
1823
quote = ">=1.0"
1924
syn = { version = ">=1.0.13", features=["default","full"]}
20-
versionize_derive = { git = "https://github.com/firecracker-microvm/versionize_derive", tag = "v0.1.0" }

coverage_config_aarch64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"coverage_score": 92.2, "exclude_path": "", "crate_features": ""}
1+
{"coverage_score": 92.3, "exclude_path": "", "crate_features": ""}

0 commit comments

Comments
 (0)