From 60684510eb625b3ac228a9422e6d3b5781ddeb87 Mon Sep 17 00:00:00 2001 From: Gregory Date: Mon, 4 May 2020 14:54:22 -0400 Subject: [PATCH] (cargo-release) version 0.7.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 536a8f9..8794175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sd" -version = "0.7.4" +version = "0.7.5" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0ca43b9..6f531cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd" -version = "0.7.4" +version = "0.7.5" edition = "2018" authors = ["Gregory "] description = "An intuitive find & replace CLI"