Bump to 2.22.1 (#826)

This commit is contained in:
Denis Isidoro 2023-04-09 10:10:35 -03:00 committed by GitHub
parent f8192a468e
commit efa09974a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -429,7 +429,7 @@ dependencies = [
[[package]] [[package]]
name = "navi" name = "navi"
version = "2.22.0" version = "2.22.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View file

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