diff --git a/decomposer/Cargo.toml b/decomposer/Cargo.toml index 60b0f8e..071e041 100644 --- a/decomposer/Cargo.toml +++ b/decomposer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "decomposer" version = "0.1.0" -edition = "2021" +edition = "2024" authors = ["Ava Affine "] [dependencies] diff --git a/mycelium/Cargo.toml b/mycelium/Cargo.toml index 7bc4e79..9370cd3 100644 --- a/mycelium/Cargo.toml +++ b/mycelium/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mycelium" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] num = { version = "0.4.3", features = ["alloc"] }