summaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-04-20 21:58:36 +0100
committerEllie Huxtable <e@elm.sh>2021-04-20 21:59:54 +0100
commit053ac5eacb4c0a7ea4140ab9791d33637a4f283d (patch)
tree1438836e6b2c9963a43667712c57d992b5bbf8a6 /atuin-client
parenta21737e2b7f8d1e426726bdd7536033f299d476a (diff)
Update versions to match
Diffstat (limited to 'atuin-client')
-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 06c96a9a..bd92ef39 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-client"
-version = "0.1.0"
+version = "0.5.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
license = "MIT"
@@ -9,7 +9,7 @@ description = "client library for atuin"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-atuin-common = { path = "../atuin-common", version = "0.1.0" }
+atuin-common = { path = "../atuin-common", version = "0.5.0" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }