diff --git a/Cargo.lock b/Cargo.lock index 536a8f9..8794175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,7 +378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sd" -version = "0.7.4" +version = "0.7.5" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0ca43b9..6f531cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd" -version = "0.7.4" +version = "0.7.5" edition = "2018" authors = ["Gregory "] description = "An intuitive find & replace CLI"