summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parenta21737e2b7f8d1e426726bdd7536033f299d476a (diff)
Update versions to match
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 57cd00e1..58758dae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,9 +10,9 @@ description = "atuin - magical shell history"
members = ["./atuin-client", "./atuin-server", "./atuin-common"]
[dependencies]
-atuin-server = { path = "atuin-server", version = "0.1.0" }
-atuin-client = { path = "atuin-client", version = "0.1.0" }
-atuin-common = { path = "atuin-common", version = "0.1.0" }
+atuin-server = { path = "atuin-server", version = "0.5.0" }
+atuin-client = { path = "atuin-client", version = "0.5.0" }
+atuin-common = { path = "atuin-common", version = "0.5.0" }
log = "0.4"
fern = {version = "0.6.0", features = ["colored"] }