mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-01-26 10:21:00 +00:00
Cargo.lock: upgrade p9 0.3.1 -> 0.3.2
Pull in a fix for the Android build (the Rust libc crate only declares a type named __fsid_t, but not the fsid_t alias, on bionic libc platforms). Change-Id: Ifef15bef292d78a681884a2dba692b226315b14d Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6052092 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
cce28e3581
commit
ecff437c4a
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2198,9 +2198,9 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
|||
|
||||
[[package]]
|
||||
name = "p9"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b09a43527a7cd035ae25bfd59b2398ce57ea308700917b14a14ab5f4df5f6fc"
|
||||
checksum = "0dc5b2b13cb6a9a5fcf7c668ebf2aef67e0d83d4451c1db95feb9fb0775874f0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"p9_wire_format_derive",
|
||||
|
|
Loading…
Reference in a new issue