summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory <gregory.mkv@gmail.com>2020-07-31 22:53:12 -0400
committerGregory <gregory.mkv@gmail.com>2020-07-31 22:53:12 -0400
commit977f2cb8a19ea8e0fe30175e14b374196ae9dbd7 (patch)
tree3eba5787c9db84a9ddda5f5241684e9c802e4ea7
parentb1be54e418267e906aa6a6853af0dad3fcfb6a3f (diff)
(cargo-release) version 0.7.6v0.7.6
-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 d74abed..24d3412 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -379,7 +379,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
-version = "0.7.5"
+version = "0.7.6"
dependencies = [
"anyhow 1.0.32 (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 6bb2706..249b119 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.7.5"
+version = "0.7.6"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"