version bump

This commit is contained in:
Alexander Kiselev
2026-02-22 10:05:46 -08:00
parent 0d1d7fb603
commit 6c50e84593
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -739,7 +739,7 @@ dependencies = [
[[package]]
name = "ghidra-cli"
version = "0.1.3"
version = "0.1.5"
dependencies = [
"anyhow",
"assert_cmd",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "ghidra-cli"
version = "0.1.3"
version = "0.1.5"
edition = "2021"
authors = ["Alexander Kiselev"]
description = "Rust CLI to run Ghidra headless for reverse engineering with Claude Code and other agents"
@@ -64,7 +64,7 @@ csv = "1.3"
strsim = "0.11"
# Cross-platform support
dunce = "1.0" # Windows path handling
dunce = "1.0" # Windows path handling
# Setup command dependencies
reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"] }