From 41eed3f6a119bb796abcb4eea4f7d2965e402efc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 13 Sep 2022 20:03:52 +0100 Subject: Release v11 (#529) --- atuin-server/Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 6c194711..580304d7 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -version = "0.10.0" +version = "11.0.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" [dependencies] -atuin-common = { path = "../atuin-common", version = "0.10.0" } +atuin-common = { path = "../atuin-common", version = "11.0.0" } tracing = "0.1" chrono = { version = "0.4", features = ["serde"] } @@ -23,7 +23,11 @@ sodiumoxide = "0.2.6" base64 = "0.13.0" rand = "0.8.4" tokio = { version = "1", features = ["full"] } -sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "chrono", "postgres" ] } +sqlx = { version = "0.5", features = [ + "runtime-tokio-rustls", + "chrono", + "postgres", +] } async-trait = "0.1.49" axum = "0.5" http = "0.2" -- cgit v1.3.1