mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-13 00:36:34 +00:00
Prepare v0.3.0 release
This commit is contained in:
parent
8abba828ea
commit
0191eead52
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -425,7 +425,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zoxide"
|
name = "zoxide"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zoxide"
|
name = "zoxide"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
|
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
|
||||||
description = "A cd command that learns your habits"
|
description = "A cd command that learns your habits"
|
||||||
repository = "https://github.com/ajeetdsouza/zoxide/"
|
repository = "https://github.com/ajeetdsouza/zoxide/"
|
||||||
|
Loading…
Reference in New Issue
Block a user