Skip to content

Commit

Permalink
Raise libc minimums to 0.2.99
Browse files Browse the repository at this point in the history
Fixes #170
  • Loading branch information
mitsuhiko committed May 21, 2023
1 parent d71320f commit b5c80cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ windows-console-colors = ["ansi-parsing"]
ansi-parsing = []

[dependencies]
libc = "0.2.30"
libc = "0.2.99"
unicode-width = { version = "0.1", optional = true }
lazy_static = "1.4.0"

Expand Down

0 comments on commit b5c80cc

Please sign in to comment.