Skip to content

Commit

Permalink
Rollup merge of rust-lang#105511 - luqmana:rustix-upgrade, r=Mark-Sim…
Browse files Browse the repository at this point in the history
…ulacrum

Update rustix to 0.36.5

Pull in fix for bytecodealliance/rustix#467 on recent cargo nightlies.
  • Loading branch information
matthiaskrgr committed Dec 10, 2022
2 parents ef384f3 + ffe740f commit bc75db6
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 @@ -4627,9 +4627,9 @@ dependencies = [

[[package]]
name = "rustix"
version = "0.36.3"
version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e"
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
dependencies = [
"bitflags",
"errno",
Expand Down

0 comments on commit bc75db6

Please sign in to comment.