Skip to content

Commit 070a7c4

Browse files
committed
chore: updating Rayon dependency and bumping version to 1.6.0
1 parent 6f5096d commit 070a7c4

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "hash_rust"
3-
version = "1.5.2"
3+
version = "1.6.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[profile.release]
9-
panic = 'abort'
9+
# panic = 'abort'
1010
codegen-units = 1
1111
lto = 'fat'
1212
strip = true
@@ -20,8 +20,8 @@ glob = "0.3"
2020
hex = "0.4"
2121
data-encoding = "2.10"
2222
pico-args = "0.5"
23-
rayon = "1.10"
24-
readonly = "0.2"
23+
rayon = "1.11"
24+
# readonly = "0.2"
2525
generic-array = "1.3"
2626
byteorder = { default-features = false, version = "1.5" }
2727
md-5 = { default-features = false, version = "0.10" }

0 commit comments

Comments
 (0)