Skip to content

Commit 585542e

Browse files
Update rand_distr requirement from 0.5.1 to 0.6.0
Updates the requirements on [rand_distr](https://github.com/rust-random/rand_distr) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_distr@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48b01c4 commit 585542e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ plotters = { path = ".", features = ["serialization"] }
129129

130130
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
131131
rand = "0.9.2"
132-
rand_distr = "0.5.1"
132+
rand_distr = "0.6.0"
133133
rand_xorshift = "0.4.0"
134134

135135
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]

0 commit comments

Comments
 (0)