mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Jan-29 23h07: Cargo.toml, Cargo.lock
This commit is contained in:
parent
586ad7f0a4
commit
2e77b6f889
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -432,7 +432,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "navi"
|
||||
version = "2.23.0"
|
||||
version = "2.24.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue