diff --git a/examples/tuono-app/Cargo.toml b/examples/tuono-app/Cargo.toml index 6da7396c..b24a3394 100644 --- a/examples/tuono-app/Cargo.toml +++ b/examples/tuono-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tuono-app" version = "0.0.1" -edition = "2021" +edition = "2024" [[bin]] name = "tuono" diff --git a/examples/tuono-tutorial/Cargo.toml b/examples/tuono-tutorial/Cargo.toml index 4c7de43f..c31eeb87 100644 --- a/examples/tuono-tutorial/Cargo.toml +++ b/examples/tuono-tutorial/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tuono-tutorial" version = "0.0.1" -edition = "2021" +edition = "2024" [[bin]] name = "tuono" diff --git a/examples/with-mdx/Cargo.toml b/examples/with-mdx/Cargo.toml index 8f5f3fb4..359c6dcd 100644 --- a/examples/with-mdx/Cargo.toml +++ b/examples/with-mdx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "with-mdx" version = "0.0.1" -edition = "2021" +edition = "2024" [[bin]] name = "tuono" diff --git a/examples/with-tailwind/Cargo.toml b/examples/with-tailwind/Cargo.toml index f81a1356..66763860 100644 --- a/examples/with-tailwind/Cargo.toml +++ b/examples/with-tailwind/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "with-tailwind" version = "0.0.1" -edition = "2021" +edition = "2024" [[bin]] name = "tuono"