mirror of
https://github.com/chmln/sd
synced 2024-11-26 13:00:21 +00:00
(cargo-release) version 0.7.5
This commit is contained in:
parent
1014135f0e
commit
60684510eb
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -378,7 +378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sd"
|
name = "sd"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sd"
|
name = "sd"
|
||||||
version = "0.7.4"
|
version = "0.7.5"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Gregory <gregory.mkv@gmail.com>"]
|
authors = ["Gregory <gregory.mkv@gmail.com>"]
|
||||||
description = "An intuitive find & replace CLI"
|
description = "An intuitive find & replace CLI"
|
||||||
|
|
Loading…
Reference in a new issue