fix: bump version to 0.1.6 in Cargo.toml and Cargo.lock

This commit is contained in:
Alexander Kiselev
2026-02-22 16:33:19 -08:00
parent 096bd2df04
commit 6c552b9daa
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -739,7 +739,7 @@ dependencies = [
[[package]]
name = "ghidra-cli"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ghidra-cli"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Alexander Kiselev"]
description = "Rust CLI to run Ghidra headless for reverse engineering with Claude Code and other agents"