(cargo-release) version 0.7.1

This commit is contained in:
Greg 2020-03-29 16:56:56 -04:00
parent b7681577e9
commit 9232a72a85
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -408,7 +408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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