Skip to content

Commit

Permalink
Rollup merge of rust-lang#94052 - glaubitz:libc-update, r=Mark-Simula…
Browse files Browse the repository at this point in the history
…crum

Update libc to 0.2.118

Updating libc to 0.2.118 adds platform support for m68k-unknown-linux-gnu.
  • Loading branch information
matthiaskrgr authored Feb 16, 2022
2 parents 8c9b346 + cc9fecc commit 926c017
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 @@ -1981,9 +1981,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"

[[package]]
name = "libc"
version = "0.2.116"
version = "0.2.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down

0 comments on commit 926c017

Please sign in to comment.