diff --git a/Cargo.toml b/Cargo.toml index c8a40741..3377ecf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stm32l432xx-hal" -version = "0.2.1" +version = "0.2.2" authors = ["Scott Mabin "] description = "Hardware abstraction layer for the stm32l432xx chips" keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"] diff --git a/README.md b/README.md index 667c6013..8f4e7e10 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [HAL]: https://crates.io/crates/embedded-hal -## [Documentation](todo) +## [Documentation](https://docs.rs/stm32l432xx-hal/latest/stm32l432xx_hal/) ## [Changelog](https://github.com/mabezdev/stm32l432xx-hal/blob/master/CHANGELOG.md)