From 0b22d06ad3586ef5e9486a4768feaa8f6d0ddb80 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 25 Oct 2023 19:06:59 +0100 Subject: Prepare release v17.0.0 (#1327) --- Cargo.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed95fa3d..33b503bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ [workspace.package] name = "atuin" -version = "16.0.0" +version = "17.0.0" authors = ["Ellie Huxtable "] rust-version = "1.67" license = "MIT" @@ -22,7 +22,11 @@ readme = "README.md" async-trait = "0.1.58" base64 = "0.21" log = "0.4" -time = { version = "0.3", features = ["serde-human-readable", "macros", "local-offset"] } +time = { version = "0.3", features = [ + "serde-human-readable", + "macros", + "local-offset", +] } clap = { version = "4.0.18", features = ["derive"] } config = { version = "0.13", default-features = false, features = ["toml"] } directories = "4" @@ -50,9 +54,4 @@ default-features = false [workspace.dependencies.sqlx] version = "0.7.1" -features = [ - "runtime-tokio-rustls", - "time", - "postgres", - "uuid", -] +features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] -- cgit v1.3.1