From 5f4661fc7967055ce5c53d1186b4621a92f95494 Mon Sep 17 00:00:00 2001 From: Peter Reijnders Date: Sun, 17 Nov 2024 09:36:39 +0100 Subject: [PATCH] chore: update libm crate to latest version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d606e5..b907fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ paste = "1.0.15" # To build this, we need nightly, cmake installed, and clang dlls in the clang dll path sleef-sys = { version = "0.1.2", optional = true } cfg-if = "1.0.0" -libm = { version = "0.2.6", optional = true } +libm = { version = "0.2.11", optional = true } [dev-dependencies] rand = "0.8.5"