Update Cargo.toml (#333)

This commit is contained in:
Lorenzo
2025-10-09 17:37:02 +01:00
committed by GitHub
parent 63f86f7bc9
commit 70212c71e0
+1 -1
View File
@@ -28,7 +28,7 @@ num = "0.4"
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] } rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand_distr = { version = "0.4", optional = true } rand_distr = { version = "0.4", optional = true }
serde = { version = "1", features = ["derive"], optional = true } serde = { version = "1", features = ["derive"], optional = true }
ordered-float = "*" ordered-float = "5.1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
typetag = { version = "0.2", optional = true } typetag = { version = "0.2", optional = true }