From d7023ed3d1bea7929be8a6cb25597a734936276e Mon Sep 17 00:00:00 2001 From: xoviat Date: Wed, 29 Oct 2025 17:29:16 -0500 Subject: fix edition --- docs/examples/basic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/examples/basic/Cargo.toml b/docs/examples/basic/Cargo.toml index b90180853..fadda102b 100644 --- a/docs/examples/basic/Cargo.toml +++ b/docs/examples/basic/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Dario Nieuwenhuis "] -edition = "2018" +edition = "2024" name = "embassy-basic-example" version = "0.1.0" license = "MIT OR Apache-2.0" -- cgit