We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f86f7 commit 70212c7Copy full SHA for 70212c7
Cargo.toml
@@ -28,7 +28,7 @@ num = "0.4"
28
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
29
rand_distr = { version = "0.4", optional = true }
30
serde = { version = "1", features = ["derive"], optional = true }
31
-ordered-float = "*"
+ordered-float = "5.1.0"
32
33
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
34
typetag = { version = "0.2", optional = true }
0 commit comments