Aug-23 09h14: Cargo.toml, Cargo.lock

This commit is contained in:
Denis Isidoro 2021-08-23 09:14:37 -03:00
parent ea198d5e25
commit 4d404a75fe
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -317,7 +317,7 @@ dependencies = [
[[package]]
name = "navi"
version = "2.17.0"
version = "2.17.1"
dependencies = [
"anyhow",
"clap",

View file

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