summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-01-17 15:27:45 -0500
committerGreg <gregory.mkv@gmail.com>2019-01-17 15:27:45 -0500
commit5d5479348871a2d097aafab669b504d8f950dc03 (patch)
tree7d6c08eeb7603a53a69329de291516e8d6e73593
parentc4e5871668f5b31703b8a71ea2d4e4c8a7f21235 (diff)
(cargo-release) version 0.4.30.4.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 128ead1..213ddac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -240,7 +240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"atomic-write 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d2ca85b..e885e75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd"
-version = "0.4.2"
+version = "0.4.3"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"