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 dba696e commit 923bcf1Copy full SHA for 923bcf1
rand_distr/Cargo.toml
@@ -30,7 +30,7 @@ serde1 = ["serde", "rand/serde1"]
30
rand = { path = "..", version = "0.9.0", default-features = false }
31
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
32
serde = { version = "1.0.103", features = ["derive"], optional = true }
33
-serde_with = { version = "1.14.0", optional = true }
+serde_with = { version = "3.6.1", optional = true }
34
35
[dev-dependencies]
36
rand_pcg = { version = "0.4.0", path = "../rand_pcg" }
0 commit comments