From 7c079070c5356b49af79b25e42496eddbfcd40c7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 16 Apr 2023 12:25:48 +0100 Subject: Release v14.0.1 (#883) --- Cargo.toml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cb86975f..82965372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,8 @@ [workspace] -members = [ - "atuin", - "atuin-client", - "atuin-server", - "atuin-common", -] +members = ["atuin", "atuin-client", "atuin-server", "atuin-common"] [workspace.package] -version = "14.0.0" +version = "14.0.1" authors = ["Ellie Huxtable "] rust-version = "1.59" license = "MIT" @@ -38,16 +33,9 @@ whoami = "1.1.2" [workspace.dependencies.reqwest] version = "0.11" -features = [ - "json", - "rustls-tls-native-roots", -] +features = ["json", "rustls-tls-native-roots"] default-features = false [workspace.dependencies.sqlx] version = "0.6" -features = [ - "runtime-tokio-rustls", - "chrono", - "postgres", -] +features = ["runtime-tokio-rustls", "chrono", "postgres"] -- cgit v1.3.1