Fix binary name to diskonaut

Even though the crate is named `diskonaut-ng` the binary should still be
called `diskonaut`.
This commit is contained in:
Greg Shuflin
2025-11-26 22:28:57 -08:00
parent 431a77d784
commit 5224fe4323
2 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -335,7 +335,7 @@ dependencies = [
[[package]]
name = "diskonaut-ng"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"anyhow",
"clap",