Skip to content

Commit

Permalink
Prepare crate for publishing to crates.io
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed May 22, 2020
1 parent 0a1bd10 commit db18af0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ name = "versionize"
version = "0.1.1"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <[email protected]>"]
description = "A version tolerant serialization/deserialization framework."
readme = "README.md"
repository = "https://github.com/firecracker-microvm/versionize"
keywords = ["serialization", "version"]
categories = ["encoding"]

[dependencies]
serde = ">=1.0.27"
serde_derive = ">=1.0.27"
bincode = "1.2.1"
versionize_derive = { git = "https://github.com/firecracker-microvm/versionize_derive", tag = "v0.1.0" }
versionize_derive = ">=0.1.1"
crc64 = "1.0.0"
vm-memory = { version = ">=0.2.0" }
vmm-sys-util = ">=0.4.0"
Expand All @@ -17,4 +22,3 @@ vmm-sys-util = ">=0.4.0"
proc-macro2 = ">=1.0"
quote = ">=1.0"
syn = { version = ">=1.0.13", features=["default","full"]}
versionize_derive = { git = "https://github.com/firecracker-microvm/versionize_derive", tag = "v0.1.0" }
2 changes: 1 addition & 1 deletion coverage_config_aarch64.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"coverage_score": 92.2, "exclude_path": "", "crate_features": ""}
{"coverage_score": 92.3, "exclude_path": "", "crate_features": ""}

0 comments on commit db18af0

Please sign in to comment.