Skip to content

Commit 4706c79

Browse files
h4x0rclaude
andcommitted
chore(release): bump ewf and ewf-cli to 0.2.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ce8e64a commit 4706c79

3 files changed

Lines changed: 5 additions & 5 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.

ewf-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ewf-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.85"
66
description = "CLI and MCP server for EWF (E01) forensic disk image inspection"
@@ -17,7 +17,7 @@ name = "ewf"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
ewf = { version = "0.2.0", path = "../ewf" }
20+
ewf = { version = "0.2.1", path = "../ewf" }
2121
clap = { version = "4", features = ["derive"] }
2222
glob = "0.3"
2323
serde = { version = "1", features = ["derive"] }

ewf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ewf"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.85"
66
description = "Pure Rust reader for Expert Witness Format (E01/EWF) forensic disk images"

0 commit comments

Comments
 (0)