keep no_std_library to 0.1.0

This commit is contained in:
François Mockers 2025-06-21 23:16:58 +02:00 committed by GitHub
parent c574179266
commit 8d89f23dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[package] [package]
name = "no_std_library" name = "no_std_library"
version = "0.17.0-dev" version = "0.1.0"
edition = "2024" edition = "2024"
# Normally we'd put all dependencies in [dependencies], but this syntax is easier to document # Normally we'd put all dependencies in [dependencies], but this syntax is easier to document