From 495fbc58b6f4d2e751b16883a2c5cee3c598fd79 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sat, 12 Apr 2025 18:37:30 -0400 Subject: Prototype a v0.2 Needs to be documented. The gist: remove references to MMIO, and add support for nested structures. Drop the reset_reg! macro. --- Cargo.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a87b2e1..f42d85d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,10 @@ [package] name = "ral-registers" -version = "0.1.3" +version = "0.2.0" authors = ["Adam Greig "] -edition = "2018" +edition = "2024" description = "MMIO registers abstraction with a macro API" repository = "https://github.com/adamgreig/ral-registers" license = "MIT OR Apache-2.0" keywords = ["mmio", "embedded"] categories = ["embedded", "no-std"] -autoexamples = false - -[dependencies] - -[dev-dependencies] -stm32ral = { version = "0.5.0", features = ["stm32f0x0"] } -- cgit v1.2.3