From f38ef12581d9a88af8347808466d86f79d879241 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 6 Nov 2022 15:30:21 +0000 Subject: Release v12 (#599) * Release v12 * Add new contributors --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ddeff7c5..d93e9e98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin" -version = "11.0.0" +version = "12.0.0" authors = ["Ellie Huxtable "] edition = "2021" rust-version = "1.59" @@ -44,9 +44,9 @@ sync = ["atuin-client/sync"] server = ["atuin-server", "tracing-subscriber"] [dependencies] -atuin-server = { path = "atuin-server", version = "11.0.0", optional = true } -atuin-client = { path = "atuin-client", version = "11.0.0", optional = true, default-features = false } -atuin-common = { path = "atuin-common", version = "11.0.0" } +atuin-server = { path = "atuin-server", version = "12.0.0", optional = true } +atuin-client = { path = "atuin-client", version = "12.0.0", optional = true, default-features = false } +atuin-common = { path = "atuin-common", version = "12.0.0" } log = "0.4" pretty_env_logger = "0.4" -- cgit v1.3.1