From 7e3a672a16ac9a5579d486a0cdfd9c08c06f2c88 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 9 Oct 2025 17:30:10 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c05680fd..77343155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ num = "0.4" rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } rand_distr = { version = "0.4", optional = true } serde = { version = "1", features = ["derive"], optional = true } -ordered-float = "*" +ordered-float = "5.1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] typetag = { version = "0.2", optional = true }