From eee9fb2840f102d7556e0f6f06d75dd661aa1f7c Mon Sep 17 00:00:00 2001 From: Kevin Vigor Date: Wed, 11 Sep 2024 17:56:11 -0700 Subject: [PATCH] add various crates to no_std universe 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 --- reverie-ptrace/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 860038e..d85875e 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -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"