From 32513aaccc8f04989e7ef3f92479c49ab59a6c08 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 18 Jan 2022 08:55:39 -0300 Subject: [PATCH] Jan-18 08h55: Cargo.toml, Cargo.lock --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f71eb4f..00d9ec09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ dependencies = [ [[package]] name = "navi" -version = "2.18.0" +version = "2.19.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index cc48b09c..6c94ec61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.18.0" +version = "2.19.0" authors = ["Denis Isidoro "] edition = "2021" description = "An interactive cheatsheet tool for the command-line"