Bump to 2.7.0

This commit is contained in:
Denis Isidoro 2020-06-02 17:00:01 -03:00
parent 95f746c3cc
commit 4147d9b0b2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -174,7 +174,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "navi"
version = "2.6.2"
version = "2.7.0"
dependencies = [
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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