Skip to content

Commit b5c80cc

Browse files
committed
Raise libc minimums to 0.2.99
Fixes #170
1 parent d71320f commit b5c80cc

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
@@ -18,7 +18,7 @@ windows-console-colors = ["ansi-parsing"]
1818
ansi-parsing = []
1919

2020
[dependencies]
21-
libc = "0.2.30"
21+
libc = "0.2.99"
2222
unicode-width = { version = "0.1", optional = true }
2323
lazy_static = "1.4.0"
2424

0 commit comments

Comments
 (0)