From 5a449927e31c5d50fc84da5302435d8f54344a0e Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 15 May 2026 16:24:02 +0200 Subject: [PATCH] 1.0.0 --- Cargo.lock | 6 +++--- backend/Cargo.toml | 6 +++--- common/Cargo.toml | 4 ++-- frontend/Cargo.toml | 5 ++--- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c72995..64f603a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "common" -version = "0.3.3" +version = "1.0.0" dependencies = [ "chrono", "lighter_lib", @@ -605,7 +605,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hemma" -version = "0.3.3" +version = "1.0.0" dependencies = [ "anyhow", "async-trait", @@ -630,7 +630,7 @@ dependencies = [ [[package]] name = "hemma_web" -version = "0.3.3" +version = "1.0.0" dependencies = [ "chrono", "common", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 81c94a2..8b1fc03 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hemma" -version = "0.3.3" -edition = "2021" +version = "1.0.0" +edition = "2024" [dependencies] futures-util = "0.3.21" @@ -10,7 +10,7 @@ pretty_env_logger = "0.4.0" tokio = { version = "1.19.2", features = ["full"] } warp = "0.3.2" ron = "0.7.1" -reqwest = { version = "0.11.11", default_features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "json"] } async-trait = "0.1.56" anyhow = "1.0.58" markdown = "0.3.0" diff --git a/common/Cargo.toml b/common/Cargo.toml index 39703d6..f616437 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "common" -version = "0.3.3" -edition = "2021" +version = "1.0.0" +edition = "2024" [dependencies] serde = { version = "1.0.137", features = ["derive"] } diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 3ec1adf..2d74801 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "hemma_web" -version = "0.3.3" -authors = ["Joakim Hulthe