From e9b2eaa926d8a9181791f17b06c0feff4e11f28a Mon Sep 17 00:00:00 2001 From: Jason White Date: Tue, 11 Jun 2024 13:14:33 -0700 Subject: [PATCH] third-party/rust: Update riscv crate Reviewed By: AlexanderSidorenkoFB Differential Revision: D58366028 fbshipit-source-id: f384b942b8c7c6389045873fff36f734391724b3 --- eden/fs/Cargo.toml | 2 +- eden/mononoke/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eden/fs/Cargo.toml b/eden/fs/Cargo.toml index 8a6cf86767fc7..1ef8dc5819fc0 100644 --- a/eden/fs/Cargo.toml +++ b/eden/fs/Cargo.toml @@ -11,7 +11,7 @@ minijail = { git = "https://chromium.googlesource.com/chromiumos/platform/minija perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" } perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" } quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" } -riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "e9f43ae4722cfcdda67d36fdfcf462a0f12e9928" } +riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "28e9b02d45827055188be0dbd1f800ba64bc75e6" } [workspace] members = [ diff --git a/eden/mononoke/Cargo.toml b/eden/mononoke/Cargo.toml index 757b0b6ee3ecd..1ec9a8227cd9d 100644 --- a/eden/mononoke/Cargo.toml +++ b/eden/mononoke/Cargo.toml @@ -110,7 +110,7 @@ minijail = { git = "https://chromium.googlesource.com/chromiumos/platform/minija perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" } perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" } quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" } -riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "e9f43ae4722cfcdda67d36fdfcf462a0f12e9928" } +riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "28e9b02d45827055188be0dbd1f800ba64bc75e6" } [workspace] members = [