summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-06-16 14:57:45 -0400
committerGreg <gregory.mkv@gmail.com>2019-06-16 14:57:45 -0400
commit3037bae3634d48069a63d2af7aa6517281f97c5b (patch)
tree203fca3badc0406828c2b68d3281263ef6d16f3e
parent678367c49503b71fcd56bcee620bd668a3c68bfe (diff)
(cargo-release) version 0.6.20.6.2
-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 b09d0cf..93c4ead 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.6.1"
+version = "0.6.2"
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 9861a4b..959eb57 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.6.1"
+version = "0.6.2"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"