Prepare for upgrade to v0.2.2

This commit is contained in:
Ajeet D'Souza 2020-03-20 01:18:52 +05:30
parent e5a051f679
commit 249f72eb50
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -360,7 +360,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "zoxide"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "zoxide"
version = "0.2.1"
version = "0.2.2"
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
description = "A cd command that learns your habits"
repository = "https://github.com/ajeetdsouza/zoxide/"