minor documentation fixes

This commit is contained in:
2026-01-26 15:02:00 +01:00
parent 63171eb290
commit cad7609e2c
2 changed files with 3 additions and 4 deletions

View File

@@ -9,10 +9,9 @@ repository = "https://git.kapelle.org/niklas/as7265x-rust"
homepage = "https://git.kapelle.org/niklas/as7265x-rust"
[dependencies]
embedded-hal = { version = "1.0.0", optional = true }
maybe-async = { version = "0.2.10" }
embedded-hal-async = { version = "1.0.0" }
maybe-async = { version = "0.2.10" }
embedded-hal = { version = "1.0.0", optional = true }
[features]
sync = ["embedded-hal", "maybe-async/is_sync"]