Skip to content

Commit

Permalink
[CHORE] temporary fix of rand deps before final release of rand_distr…
Browse files Browse the repository at this point in the history
… 0.5.0
  • Loading branch information
makeecat committed Jan 27, 2025
1 parent 1b6d641 commit a8b4846
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ opt-level = 3 # Enable a large amount of optimization in the dev profile for dep
codegen-units = 1 # Compile the entire crate as one unit.
lto = "thin" # Do a second optimization pass over the entire program, including dependencies.
[dependencies]
rand = "0.9.0-beta.3"
nalgebra = "0.33.2"
rand = { version = "0.9.0", features = ["rand_chacha"] }
rand_distr = "0.4.3"
rand_distr = "0.5.0-beta.3"
rand_chacha = "0.9.0-beta.1"
rerun = "0.21.0"
thiserror = "2.0.11"
serde = { version = "1.0.217", features = ["derive"] }
Expand Down

0 comments on commit a8b4846

Please sign in to comment.