mirror of
https://github.com/lsd-rs/lsd
synced 2025-01-07 17:38:43 +00:00
(cargo-release) start next development iteration 0.9.1-pre
This commit is contained in:
parent
ea2ffd0783
commit
40b995459f
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
version = "0.8.1-pre"
|
version = "0.9.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
repository = "https://github.com/Peltoche/lsd"
|
repository = "https://github.com/Peltoche/lsd"
|
||||||
version = "0.9.0"
|
version = "0.9.1-pre"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
|
|
Loading…
Reference in a new issue