Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Commit 74ee6df

Browse files
h4x0rclaude
andcommitted
chore: ewf 0.2.3 (parallel verify())
Publishes parallel chunk decompression in verify() (commit ed2a04d): full-image hash verification now decompresses chunks across all cores while hashing in order. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ed2a04d commit 74ee6df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
# Single source of truth for fields shared by every member (DRY): bump version /
66
# MSRV / license here once; members inherit via `field.workspace = true`.
77
[workspace.package]
8-
version = "0.2.2"
8+
version = "0.2.3"
99
edition = "2021"
1010
rust-version = "1.85"
1111
license = "Apache-2.0"
@@ -19,7 +19,7 @@ keywords = ["forensics", "ewf", "e01", "encase", "disk-image"]
1919
# members write `dep.workspace = true`. The inter-crate `ewf` version lives here
2020
# too, so a bump touches one line instead of every member.
2121
[workspace.dependencies]
22-
ewf = { path = "ewf", version = "0.2.2" }
22+
ewf = { path = "ewf", version = "0.2.3" }
2323
flate2 = "1"
2424
lru = "0.12"
2525
rayon = "1"

0 commit comments

Comments
 (0)