Skip to content

Commit 2e48eb7

Browse files
studychaoandreeaflorescu
authored andcommitted
version: use caret dependencies in Cargo.toml
This is making sure that dependencies are not automatically updated when new ones are published and keeps the main branch always building. Signed-off-by: Chao Wu <[email protected]>
1 parent a0b5666 commit 2e48eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "Apache-2.0 OR BSD-3-Clause"
1010
edition = "2018"
1111

1212
[dependencies]
13-
vmm-sys-util = ">=0.8.0"
14-
libc = ">=0.2.39"
13+
vmm-sys-util = "0.11.0"
14+
libc = "0.2.39"
1515

1616
[dev-dependencies]
1717
criterion = "0.3.5"

0 commit comments

Comments
 (0)