diff --git a/Cargo.toml b/Cargo.toml index 7d487aa..dfa6d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0" name = "stm32f30x-hal" repository = "https://github.com/japaric/stm32f30x-hal" version = "0.2.0" +maintenance = { status = "deprecated" } [dependencies] cortex-m = "0.5.0" diff --git a/README.md b/README.md index 40d25ca..576c9e9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ [`embedded-hal`]: https://crates.io/crates/embedded-hal +***DEPRECATED:*** +This crate is no longer actively maintained. +Use the [stm32f3xx-hal](https://github.com/stm32-rs/stm32f3xx-hal) crate instead. + ## [Documentation](https://docs.rs/stm32f30x-hal) ## License