From 6f4e04c6fc885d06cc09f29414d605c493007e37 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 24 Aug 2021 09:22:58 -0300 Subject: [PATCH] Aug-24 09h22: Cargo.lock, Cargo.toml --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"