aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 7 insertions, 8 deletions
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 <ellie@elliehuxtable.com>"]
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"]