This commit is contained in:
Denis Isidoro 2020-03-16 08:03:05 -03:00
parent ebcdb8d162
commit 503c6b54a3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -245,7 +245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "navi"
version = "2.1.1"
version = "2.1.2"
dependencies = [
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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