From 58af3ecbfb571cabe8bfbcdd9ec1d469b579ae25 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sun, 15 Aug 2021 13:04:18 +0100 Subject: Add Github Actions and stm32ral dev-dep for doctests. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b53758a..67d305f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,9 @@ 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