Skip to content

Commit 86ee6fa

Browse files
ctrlcctrlvdario23
authored andcommitted
Undo unneeded version specification in Cargo.toml
1 parent da40e3b commit 86ee6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [
1616
]
1717

1818
[dependencies]
19-
libc = { version = ">=0.2.38", git = "https://github.com/rust-lang/libc", branch = "master" }
19+
libc = { git = "https://github.com/rust-lang/libc", branch = "master" }
2020
bitflags = "1.0"
2121
cfg-if = "0.1.0"
2222
void = "1.0.2"

0 commit comments

Comments
 (0)