From 8d89f23dfc9b1648d3ccc80b2c93573a4d7b8158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Sat, 21 Jun 2025 23:16:58 +0200 Subject: [PATCH] keep no_std_library to 0.1.0 --- examples/no_std/library/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no_std/library/Cargo.toml b/examples/no_std/library/Cargo.toml index 016d065129..3cd07b55fb 100644 --- a/examples/no_std/library/Cargo.toml +++ b/examples/no_std/library/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "no_std_library" -version = "0.17.0-dev" +version = "0.1.0" edition = "2024" # Normally we'd put all dependencies in [dependencies], but this syntax is easier to document