From 5d5479348871a2d097aafab669b504d8f950dc03 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 17 Jan 2019 15:27:45 -0500 Subject: (cargo-release) version 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] description = "An intuitive find & replace CLI" -- cgit v1.2.3