Skip to content

Commit

Permalink
Increase libc dependency lower bound to 0.2.133
Browse files Browse the repository at this point in the history
The version of tempfile that we now require can not be built with libc
less than 0.2.133.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 10, 2024
1 parent b4a11d4 commit 1423cfd
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 @@ -20,7 +20,7 @@ direct_io = []

[dependencies]
errno = "0.3.0"
libc = "0.2.105"
libc = "0.2.133"

[build-dependencies]
bindgen = { version = "0.69.0", default-features = false, features = ["runtime"] }
Expand Down

0 comments on commit 1423cfd

Please sign in to comment.