From 053ac5eacb4c0a7ea4140ab9791d33637a4f283d Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 20 Apr 2021 21:58:36 +0100 Subject: Update versions to match --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.3.1