Skip to content

Commit

Permalink
distr_test: fix dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 23, 2024
1 parent 5d24b0a commit aa225cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distr_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dev-dependencies]
rand_distr = { path = "../rand_distr", version = "=0.5.0-alpha.1", default-features = false }
rand_distr = { path = "../rand_distr", version = "=0.5.0-beta.0", default-features = false }
rand = { path = "..", version = "=0.9.0-beta.0", features = ["small_rng"] }
num-traits = "0.2.19"
# Special functions for testing distributions
Expand Down

0 comments on commit aa225cb

Please sign in to comment.