(cargo-release) version 0.7.6

This commit is contained in:
Gregory 2020-07-31 22:53:12 -04:00
parent b1be54e418
commit 977f2cb8a1
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

@ -379,7 +379,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sd"
version = "0.7.5"
version = "0.7.6"
dependencies = [
"anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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