From 8069e6dbe285c55cec3cd95cb6ab98719f0eb6cc Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 10 Mar 2020 14:11:19 -0300 Subject: [PATCH] Bump to 2.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87e47c8..92f6a03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "navi" -version = "2.0.0" +version = "2.0.2" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "raw_tty 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b3e1709..843d834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "navi" -version = "2.0.0" +version = "2.0.2" authors = ["Denis Isidoro "] edition = "2018"