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 }