From f293a1dee8e904a4436a79e72554cecf613b887d Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:08:16 +0100 Subject: [PATCH] chore: update examples rust edition (#675) --- examples/tuono-app/Cargo.toml | 2 +- examples/tuono-tutorial/Cargo.toml | 2 +- examples/with-mdx/Cargo.toml | 2 +- examples/with-tailwind/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"