Skip to content

Commit 6e92b17

Browse files
committed
Specify versions for dependent local crates
1 parent 4468dd1 commit 6e92b17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bitflags = "1.0"
99
libc = "0.2.65"
1010
nix = "0.13"
1111
thiserror = "1.0.4"
12-
userfaultfd-sys = { path = "userfaultfd-sys" }
12+
userfaultfd-sys = { version = "=0.1.0", path = "userfaultfd-sys" }

userfaultfd-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cfg-if = "0.1"
1212
[build-dependencies]
1313
bindgen = "0.51"
1414
cc = "1.0"
15-
linux-version = { path = "../linux-version" }
15+
linux-version = { version = "=0.1.0", path = "../linux-version" }

0 commit comments

Comments
 (0)