Skip to content

Commit 7a573f6

Browse files
Bump rayon from 1.10.0 to 1.11.0, bump MSRV to 1.80 and bump version to 5.2.0 (#82)
* Bump rayon from 1.10.0 to 1.11.0 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.10.0...rayon-core-v1.11.0) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Raise MSRV to 1.80.0 * Bump version to 5.2.0 * Update Cargo.lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johanna Sörngård <[email protected]>
1 parent 4e147b1 commit 7a573f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "cosmic_ray_detection"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
edition = "2021"
55
authors = ["Johanna Sörngård <[email protected]>"]
66
license = "MIT OR Apache-2.0"
7-
rust-version = "1.75.0"
7+
rust-version = "1.80.0"
88

99
[dependencies]
1010
clap = { version = "4.5", features = ["derive"] }
1111
humantime = "2.2.0"
1212
jiff = "0.2"
13-
rayon = { version = "1.10", optional = true }
13+
rayon = { version = "1.11", optional = true }
1414
sysinfo = { version = "0.36", default-features = false, features = ["system"] }
1515

1616
[profile.release-lto]

0 commit comments

Comments
 (0)