File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ name = "versionize"
33version = " 0.1.1"
44license = " Apache-2.0"
55authors = [" Amazon Firecracker team <firecracker-devel@amazon.com>" ]
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 ]
813serde = " >=1.0.27"
914serde_derive = " >=1.0.27"
1015bincode = " 1.2.1"
11- versionize_derive = { git = " https://github.com/firecracker-microvm/versionize_derive " , tag = " v0 .1.0 " }
16+ versionize_derive = " >=0 .1.1 "
1217crc64 = " 1.0.0"
1318vm-memory = { version = " >=0.2.0" }
1419vmm-sys-util = " >=0.4.0"
@@ -17,4 +22,3 @@ vmm-sys-util = ">=0.4.0"
1722proc-macro2 = " >=1.0"
1823quote = " >=1.0"
1924syn = { version = " >=1.0.13" , features =[" default" ," full" ]}
20- versionize_derive = { git = " https://github.com/firecracker-microvm/versionize_derive" , tag = " v0.1.0" }
Original file line number Diff line number Diff line change 1- {"coverage_score" : 92.2 , "exclude_path" : " " , "crate_features" : " " }
1+ {"coverage_score" : 92.3 , "exclude_path" : " " , "crate_features" : " " }
You can’t perform that action at this time.
0 commit comments