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"