mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
Bump to 2.22.1 (#826)
This commit is contained in:
parent
f8192a468e
commit
efa09974a8
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -429,7 +429,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "navi"
|
||||
version = "2.22.0"
|
||||
version = "2.22.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "navi"
|
||||
version = "2.22.0"
|
||||
version = "2.22.1"
|
||||
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
|
||||
edition = "2021"
|
||||
description = "An interactive cheatsheet tool for the command-line"
|
||||
|
|
Loading…
Reference in a new issue