Skip to content

Commit fbb62f8

Browse files
committed
Updated libc dependency to allow 0.2.
1 parent 1c3f102 commit fbb62f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = [".gitignore", ".travis.yml", "ios-tests/**", "xtests/**"]
1616
exception = ["objc_exception"]
1717

1818
[dependencies]
19-
libc = "0.1"
19+
libc = ">= 0.1, < 0.3"
2020
malloc_buf = "0.0"
2121

2222
[dependencies.objc_exception]

0 commit comments

Comments
 (0)