mirror of
https://github.com/chmln/sd
synced 2025-02-17 00:08:24 +00:00
(cargo-release) version 0.3.0
This commit is contained in:
parent
684fe03691
commit
49302882e5
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -152,7 +152,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sd"
|
name = "sd"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomic-write 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"atomic-write 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sd"
|
name = "sd"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
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…
Add table
Reference in a new issue