summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2020-04-22 16:54:40 -0400
committerGreg <gregory.mkv@gmail.com>2020-04-22 16:54:40 -0400
commitc1f6242c7925893e036b9da4dd4529bb32162a92 (patch)
tree964c6165c0bf35fbf5a83ae7f566106b2225985c
parent88e2d3ed6dd909a9383cbaaf293e7b75c63adef8 (diff)
(cargo-release) version 0.7.4v0.7.4
-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 1e01d79..2d5e035 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -408,7 +408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
-version = "0.7.3"
+version = "0.7.4"
dependencies = [
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 9849a71..9fdc65b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.7.3"
+version = "0.7.4"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"