mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
version bump
This commit is contained in:
Generated
+1
-1
@@ -739,7 +739,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ghidra-cli"
|
||||
version = "0.1.3"
|
||||
version = "0.1.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
+2
-2
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user