From 5ece9994db18f61d1ea6ac373b675f92175260c0 Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 18 Jun 2019 22:57:23 -0400 Subject: [PATCH] (cargo-release) version 0.6.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36f7912..81cea64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sd" -version = "0.6.4" +version = "0.6.5" dependencies = [ "man 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fc2072a..d870ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd" -version = "0.6.4" +version = "0.6.5" edition = "2018" authors = ["Gregory "] description = "An intuitive find & replace CLI"