File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ license = "Apache-2.0 OR BSD-3-Clause"
10
10
edition = " 2018"
11
11
12
12
[dependencies ]
13
- serde = { version = " >= 1.0.27" , features = [" derive" ] }
14
- versionize = " >= 0.1.6"
15
- versionize_derive = " >= 0.1.3"
13
+ serde = { version = " 1.0.27" , features = [" derive" ] }
14
+ versionize = " 0.1.6"
15
+ versionize_derive = " 0.1.3"
16
16
# Combining both `version` and `path` so that it is possible to publish
17
17
# the crate on crates.io. More details here:
18
18
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations.
@@ -22,6 +22,6 @@ versionize_derive = ">=0.1.3"
22
22
vm-superio = { version = " =0.6.0" , path = " ../vm-superio" }
23
23
24
24
[dev-dependencies ]
25
- libc = " >= 0.2.39"
26
- vmm-sys-util = " >=0.7 .0"
27
- bincode = " >= 1.3"
25
+ libc = " 0.2.39"
26
+ vmm-sys-util = " 0.11 .0"
27
+ bincode = " 1.3"
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ license = "Apache-2.0 OR BSD-3-Clause"
10
10
edition = " 2018"
11
11
12
12
[dev-dependencies ]
13
- libc = " >= 0.2.39"
14
- vmm-sys-util = " >=0.7 .0"
13
+ libc = " 0.2.39"
14
+ vmm-sys-util = " 0.11 .0"
You can’t perform that action at this time.
0 commit comments