From ead33664bddfa3d3eaa612dcf6d6fd046bd0a05f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 20 Apr 2021 22:01:46 +0100 Subject: Release 0.6.0 atuin@0.6.0 atuin-client@0.6.0 atuin-common@0.6.0 atuin-server@0.6.0 Generated by cargo-workspaces --- atuin-server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-server/Cargo.toml') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index c0ad433d..548a97ca 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "atuin-server" -version = "0.5.0" +version = "0.6.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" description = "server library for atuin" [dependencies] -atuin-common = { path = "../atuin-common", version = "0.5.0" } +atuin-common = { path = "../atuin-common", version = "0.6.0" } log = "0.4" fern = {version = "0.6.0", features = ["colored"] } -- cgit v1.3.1