Aug-24 09h22: Cargo.lock, Cargo.toml

This commit is contained in:
Denis Isidoro 2021-08-24 09:22:58 -03:00
parent 4c030423f3
commit 6f4e04c6fc
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "0.7.18"
@ -317,7 +319,7 @@ dependencies = [
[[package]]
name = "navi"
version = "2.17.1"
version = "2.17.2"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "navi"
version = "2.17.1"
version = "2.17.2"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2018"
description = "An interactive cheatsheet tool for the command-line"