diff --git a/Cargo.toml b/Cargo.toml index 402faa7..6852143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.79" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -crossbeam-utils = "0.8.4" +crossbeam-utils = { version = "0.8.4", default-features = false } [profile.release] codegen-units = 1