aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-10-25 19:06:59 +0100
committerGitHub <noreply@github.com>2023-10-25 18:06:59 +0000
commit0b22d06ad3586ef5e9486a4768feaa8f6d0ddb80 (patch)
tree7fd7dda1f1bf788b6fa1484b0b4f7da0238b8d0b /Cargo.toml
parentCorrect some secrets filter regex (#1326) (diff)
downloadatuin-0b22d06ad3586ef5e9486a4768feaa8f6d0ddb80.zip
Prepare release v17.0.0 (#1327)
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"]