diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 1f04e307c2..cec732f232 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true exclude.workspace = true [dependencies] -libm = "0.2.8" +libm = { version = "0.2.11", default-features = false } downcast-rs = { version = "1.2", default-features = false } [dev-dependencies]