From 29ba4c8d6ef37aba18a713aac1abcf262acbd994 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 22 Aug 2026 21:24:05 +0200 Subject: treewide: Update Cargo.toml metadata --- Cargo.toml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ff8130d3..b3b5055a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,18 +9,21 @@ members = [ resolver = "2" [workspace.package] -version = "18.16.1" -authors = ["Ellie Huxtable "] +version = "20.0.0" +authors = [ + "Ellie Huxtable ", + "Soispha " +] rust-version = "1.95.0" license = "MIT" -homepage = "https://atuin.sh" -repository = "https://github.com/atuinsh/atuin" +repository = "https://git.foss-syndicate.org/bpeetz/forks/atuin" readme = "README.md" +edition = "2024" [workspace.dependencies] -turtle-api = { path = "crates/turtle" } -turtle-common = { path = "crates/common" } -turtle-daemon = { path = "crates/daemon" } +turtle-api = { path = "crates/turtle", version = "20.0.0" } +turtle-common = { path = "crates/common", version = "20.0.0" } +turtle-daemon = { path = "crates/daemon", version = "20.0.0" } axum = "0.8" base64 = "0.22" -- cgit v1.3.1