Skip to content

Commit 126085b

Browse files
author
pierresy
committed
Restricted libc to v0.1.* since v0.2.0 does not support window well yet
1 parent bbc4339 commit 126085b

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

1313
[dependencies]
1414
sctp-sys = "*"
15-
libc = "*"
15+
libc = "0.1.*"
1616

1717
[lib]
1818
name = "sctp"

0 commit comments

Comments
 (0)