From 5e31a81cd2207f053b8cd8ad84ebe2a2f691b29d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 10 Jun 2026 22:01:45 +0200 Subject: chore: Remove some unused rust code --- Cargo.toml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 805e1b89..bb02487c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["ui/backend", "crates/atuin-nucleo/matcher/fuzz"] [workspace.package] version = "18.16.1" authors = ["Ellie Huxtable "] -rust-version = "1.96.0" +rust-version = "1.95.0" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" @@ -76,19 +76,9 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] } vt100 = "0.16" regex = "1.10.5" toml_edit = "0.25.4" - -[workspace.dependencies.tracing-subscriber] -version = "0.3" -features = ["ansi", "fmt", "registry", "env-filter", "json"] - -[workspace.dependencies.reqwest] -version = "0.13" -features = ["json", "rustls-no-provider", "stream"] -default-features = false - -[workspace.dependencies.sqlx] -version = "0.8" -features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] +tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "registry", "env-filter", "json"] } +reqwest = { version = "0.13", features = ["json", "rustls-no-provider", "stream"], default-features = false } +sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] } # The profile that 'cargo dist' will build with [profile.dist] -- cgit v1.3.1