Jan-29 23h07: Cargo.toml, Cargo.lock

This commit is contained in:
Denis França 2025-01-29 23:07:48 +00:00
parent 586ad7f0a4
commit 2e77b6f889
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -432,7 +432,7 @@ dependencies = [
[[package]]
name = "navi"
version = "2.23.0"
version = "2.24.0"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "navi"
version = "2.23.0"
version = "2.24.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"
@ -53,4 +53,4 @@ path = "src/lib.rs"
[[bin]]
name = "navi"
path = "src/bin/main.rs"
bench = false
bench = false