Skip to content

Commit 3ea5024

Browse files
Jeremy Fitzhardingefacebook-github-bot
Jeremy Fitzhardinge
authored andcommitted
third-party/rust: bring in PRs for riscv
Summary: Bring in: - rust-embedded/riscv#206 - Eq for Permission - rust-embedded/riscv#207 - Mstatus update operations Details of 207 are still under discussion so this will probably need another freshen (and go back to pulling from the riscv repo once its landed). Reviewed By: dtolnay Differential Revision: D57136236 fbshipit-source-id: 09e5365d3fd499c4dccae7d2ada333bf369fac47
1 parent 827bbdd commit 3ea5024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eden/fs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pcics = { git = "https://github.com/peterdelevoryas/pcics.git", rev = "aac7ac4b9
1212
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
1313
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
1414
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
15-
riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "288d02328b4bc2ac966ba3dda5c5032e8a712dff" }
15+
riscv = { git = "https://github.com/jsgf/riscv.git", rev = "a2a988817419b4617a5cb4dbefdf4f0fded0ac49" }
1616

1717
[workspace]
1818
members = [

eden/mononoke/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pcics = { git = "https://github.com/peterdelevoryas/pcics.git", rev = "aac7ac4b9
111111
perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
112112
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
113113
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
114-
riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "288d02328b4bc2ac966ba3dda5c5032e8a712dff" }
114+
riscv = { git = "https://github.com/jsgf/riscv.git", rev = "a2a988817419b4617a5cb4dbefdf4f0fded0ac49" }
115115

116116
[workspace]
117117
members = [

0 commit comments

Comments
 (0)