summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-06-16 02:51:35 -0400
committerGreg <gregory.mkv@gmail.com>2019-06-16 02:51:35 -0400
commitf0ae7db4295ac1d7899c995322a5f70914c9a39f (patch)
treeb5d5296325289071ec7e1048978e13057687e5ec
parent80d92bd237090014fa1aa7453772ab8bb7f31ea7 (diff)
(cargo-release) version 0.6.00.6.0
-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 f2ffea7..7b4a713 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -360,7 +360,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 370e1d2..176227d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.5.0"
+version = "0.6.0"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"