mirror of
https://github.com/chmln/sd
synced 2025-02-18 08:28:23 +00:00
(cargo-release) version 0.6.0
This commit is contained in:
parent
80d92bd237
commit
f0ae7db429
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -360,7 +360,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sd"
|
name = "sd"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sd"
|
name = "sd"
|
||||||
version = "0.5.0"
|
version = "0.6.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