Skip to content

Commit 67561e8

Browse files
committed
Updated libc dependency to allow 0.2.
1 parent 0b09819 commit 67561e8

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
@@ -12,7 +12,7 @@ license = "MIT"
1212
exclude = [".gitignore"]
1313

1414
[dependencies]
15-
libc = "0.1"
15+
libc = ">= 0.1, < 0.3"
1616
block = "0.1"
1717
objc = "0.1"
1818
objc_id = "0.0"

0 commit comments

Comments
 (0)