From 0f7cacc4a7cb350725e4e94d1b24937853a0ab0d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 23 Aug 2026 22:46:09 +0200 Subject: Cargo.toml: 20.0.0 -> 20.0.1 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 534090fe..c342e8a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ resolver = "2" [workspace.package] -version = "20.0.0" +version = "20.0.1" authors = [ "Ellie Huxtable ", "Soispha " @@ -21,9 +21,9 @@ readme = "README.md" edition = "2024" [workspace.dependencies] -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" } +turtle-api = { path = "crates/turtle", version = "20.0.1" } +turtle-common = { path = "crates/common", version = "20.0.1" } +turtle-daemon = { path = "crates/daemon", version = "20.0.1" } axum = "0.8" base64 = "0.23" -- cgit v1.3.1