Skip to content

Commit

Permalink
Use serde_with >= 3.0, <= 3.11
Browse files Browse the repository at this point in the history
All matching minor versions tested working.
  • Loading branch information
dhardy committed Oct 17, 2024
1 parent 75479c9 commit ec2da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_distr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = ["dep:serde", "dep:serde_with", "rand/serde"]
rand = { path = "..", version = "=0.9.0-alpha.1", default-features = false }
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
serde = { version = "1.0.103", features = ["derive"], optional = true }
serde_with = { version = "3.0.0", optional = true }
serde_with = { version = ">= 3.0, <= 3.11", optional = true }

[dev-dependencies]
rand_pcg = { version = "=0.9.0-alpha.1", path = "../rand_pcg" }
Expand Down

0 comments on commit ec2da28

Please sign in to comment.