From 9c6fe3d5da35505594ec27ddb0cc25c6c1ec27a5 Mon Sep 17 00:00:00 2001 From: abdelrahman Date: Tue, 10 Dec 2024 21:48:39 +0200 Subject: [PATCH] Fix typo in Cargo.toml edition configuration --- examples/turtlesim_rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/turtlesim_rs/Cargo.toml b/examples/turtlesim_rs/Cargo.toml index e931bc9f..ba162b09 100644 --- a/examples/turtlesim_rs/Cargo.toml +++ b/examples/turtlesim_rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "turtlesim_rs" version = "0.1.0" -edition = "2024" +edition = "2021" [dependencies] eframe = "0.29.1"