Skip to content

Commit

Permalink
Bump libc version to v0.2.143
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Nov 30, 2024
1 parent dbc40b5 commit 44e4a4d
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 @@ -60,7 +60,7 @@ candle-nn = { version = "0.8", default-features = false }
convert_case = { version = "0.6", default-features = false }
format_serde_error = { version = "0.3", default-features = false }
# FIXME: libc 2.1.166 fails on WASI: https://github.com/rust-lang/libc/pull/4157
libc = { version = ">=0.2.62,<0.2.166", default-features = false }
libc = { version = ">=0.2.143,<0.2.166", default-features = false }
log = { version = "0.4.17", default-features = false }
simple_logger = { version = "5.0", default-features = false }
miniz_oxide = { version = "0.8", default-features = false }
Expand Down

0 comments on commit 44e4a4d

Please sign in to comment.