(cargo-release) version 0.5.0

This commit is contained in:
Greg 2019-02-22 17:48:44 -05:00
parent e7188f8be2
commit d4f90cc500
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -291,7 +291,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
version = "0.4.3"
version = "0.5.0"
dependencies = [
"atomicwrites 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "sd"
version = "0.4.3"
version = "0.5.0"
edition = "2018"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"