Skip to content

Commit

Permalink
add various crates to no_std universe
Browse files Browse the repository at this point in the history
Summary:
Enable various crates in no_std. These are all used in rivos firmware import
for the MTIA v2 (Olympus) project.

Reviewed By: dreiss

Differential Revision: D62466811

fbshipit-source-id: 7fbc4c9756e6ae17ab46b0e0c3316c1d57d6c840
  • Loading branch information
Kevin Vigor authored and facebook-github-bot committed Sep 12, 2024
1 parent 72fe26f commit eee9fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ iced-x86 = "1.17.0"
lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"
num-traits = "0.2.18"
num-traits = { version = "0.2.18", default-features = false }
paste = "1.0.14"
perf-event-open-sys = "4.0"
procfs = "0.15.1"
Expand Down

0 comments on commit eee9fb2

Please sign in to comment.