Skip to content

Commit 70212c7

Browse files
authored
Update Cargo.toml (#333)
1 parent 63f86f7 commit 70212c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ num = "0.4"
2828
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
2929
rand_distr = { version = "0.4", optional = true }
3030
serde = { version = "1", features = ["derive"], optional = true }
31-
ordered-float = "*"
31+
ordered-float = "5.1.0"
3232

3333
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
3434
typetag = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)