diff --git a/Cargo.lock b/Cargo.lock index 6d02766..bd13e50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.18" @@ -317,7 +319,7 @@ dependencies = [ [[package]] name = "navi" -version = "2.17.1" +version = "2.17.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1d760bd..6520230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.17.1" +version = "2.17.2" authors = ["Denis Isidoro "] edition = "2018" description = "An interactive cheatsheet tool for the command-line"