Skip to content

Commit

Permalink
Update vmm-sys-util and use caret dependencies
Browse files Browse the repository at this point in the history
See rust-vmm/community#136

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Nov 10, 2022
1 parent beeb675 commit de4b4b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions crates/vm-superio-ser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"

[dependencies]
serde = { version = ">=1.0.27", features = ["derive"] }
versionize = ">=0.1.6"
versionize_derive = ">=0.1.3"
serde = { version = "1.0.27", features = ["derive"] }
versionize = "0.1.6"
versionize_derive = "0.1.4"
# Combining both `version` and `path` so that it is possible to publish
# the crate on crates.io. More details here:
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations.
Expand All @@ -22,6 +22,6 @@ versionize_derive = ">=0.1.3"
vm-superio = { version = "=0.6.0", path = "../vm-superio" }

[dev-dependencies]
libc = ">=0.2.39"
vmm-sys-util = ">=0.7.0"
bincode = ">=1.3"
libc = "0.2.39"
vmm-sys-util = "0.11.0"
bincode = "1.3"
4 changes: 2 additions & 2 deletions crates/vm-superio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"

[dev-dependencies]
libc = ">=0.2.39"
vmm-sys-util = ">=0.7.0"
libc = "0.2.39"
vmm-sys-util = "0.11.0"

0 comments on commit de4b4b6

Please sign in to comment.