update dependency requirements
Use caret requirements for dependencies. Fixes: rust-vmm/community#131 Signed-off-by: wanglei01 <wllenyj@linux.alibaba.com>
This commit is contained in:
parent
ebaac3c6b1
commit
88b57518c3
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -24,13 +24,13 @@ vhost-user-master = ["vhost-user"]
|
|||
vhost-user-slave = ["vhost-user"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = ">=1.0.1"
|
||||
libc = ">=0.2.39"
|
||||
bitflags = "1.0"
|
||||
libc = "0.2.39"
|
||||
|
||||
vmm-sys-util = ">=0.3.1"
|
||||
vm-memory = ">=0.6"
|
||||
vmm-sys-util = "0.10.0"
|
||||
vm-memory = "0.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = ">=3.2.0"
|
||||
vm-memory = { version = ">=0.6", features=["backend-mmap"] }
|
||||
tempfile = "3.2.0"
|
||||
vm-memory = { version = "0.9.0", features=["backend-mmap"] }
|
||||
serial_test = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue