Skip to content

Commit

Permalink
Use caret reqs + update rust-vmm/vmm-sys-util
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and dianpopa committed Nov 22, 2022
1 parent 48ad4bd commit 5dd0b38
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ keywords = ["serialization", "version"]
categories = ["encoding"]

[dependencies]
serde = ">=1.0.27"
serde_derive = ">=1.0.27"
serde = "1.0.27"
serde_derive = "1.0.27"
bincode = "1.2.1"
versionize_derive = ">=0.1.3"
versionize_derive = "0.1.4"
crc64 = "1.0.0"
vmm-sys-util = ">=0.8.0"
vmm-sys-util = "0.11.0"

[build-dependencies]
proc-macro2 = ">=1.0"
quote = ">=1.0"
syn = { version = ">=1.0.13", features=["default","full"]}
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.13", features=["default","full"]}

[badges]
maintenance = { status = "experimental" }

0 comments on commit 5dd0b38

Please sign in to comment.