Skip to content

Commit bbc5349

Browse files
committed
ci: fix direct-minimal-versions
1 parent 1699839 commit bbc5349

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
@@ -43,7 +43,7 @@ doc-comment = "0.3.1"
4343
bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
4444

4545
[target.'cfg(unix)'.dev-dependencies]
46-
libc = "0.2"
46+
libc = "0.2.155"
4747

4848
[features]
4949
default = ["default-hasher", "inline-more", "allocator-api2", "equivalent", "raw-entry"]

0 commit comments

Comments
 (0)