diff --git a/client/Cargo.toml b/client/Cargo.toml index f899c43..26a7438 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "horror-game" version = "0.1.0" -edition = "2021" +edition = "2024" description = "Horror-Game" repository = "https://github.com/eliasstepanik/horror-game" license = "MIT OR Apache-2.0" diff --git a/server/Cargo.toml b/server/Cargo.toml index 50494a1..3860cdf 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "spacetime-module" version = "0.1.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html