Skip to content

Commit

Permalink
Bump libc dependency
Browse files Browse the repository at this point in the history
To get GNU/Hurd support, so that CI of external repositories (e.g. socket2)
can build std.
  • Loading branch information
sthibaul committed Oct 8, 2023
1 parent cf21a08 commit 284fd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2150,9 +2150,9 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"

[[package]]
name = "libc"
version = "0.2.148"
version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down

0 comments on commit 284fd5d

Please sign in to comment.