summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory <gregory.mkv@gmail.com>2020-05-04 14:54:22 -0400
committerGregory <gregory.mkv@gmail.com>2020-05-04 14:54:22 -0400
commit60684510eb625b3ac228a9422e6d3b5781ddeb87 (patch)
tree8624f8f121cd4fa3021212e255c4441da84823cf
parent1014135f0ed7d209c555d402a0d0c73b73367b8d (diff)
(cargo-release) version 0.7.5v0.7.5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"