summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-06-18 14:54:29 -0400
committerGreg <gregory.mkv@gmail.com>2019-06-18 14:54:29 -0400
commitc2c6f87769d4ee6b360dd03c0cf26388bb3c1960 (patch)
tree4ef5cc9eae956428cb60142b66ccd3c9d4c97cdf
parent9aa17dda88c6e2fc69a20c88dcbd4a457fe4a49a (diff)
(cargo-release) version 0.6.30.6.3
-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 3d64619..1274d61 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.2"
+version = "0.6.3"
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 5053ec3..52121a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.6.2"
+version = "0.6.3"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"