summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 9d76b780..8b816d0c 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-client"
-version = "0.9.0"
+version = "0.9.1"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -22,7 +22,7 @@ sync = [
]
[dependencies]
-atuin-common = { path = "../atuin-common", version = "0.9.0" }
+atuin-common = { path = "../atuin-common", version = "0.9.1" }
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }