Updated all crates to the 2024 edition.

This commit is contained in:
Filipe Rodrigues 2025-10-02 06:53:16 +01:00
parent bae8233dbf
commit 10e23e37e5
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "homepage-backend"
version = "0.1.0"
edition = "2021"
edition = "2024"
authors = { workspace = true }
description = "Homepage backend"
license-file = { workspace = true }

View File

@ -1,7 +1,7 @@
[package]
name = "homepage-frontend"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]

View File

@ -1,7 +1,7 @@
[package]
name = "homepage"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]