diff --git a/Cargo.toml b/Cargo.toml index 0a362ff..5cc6bc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vorago-reb1" -version = "0.2.1" +version = "0.2.2" authors = ["Robin Mueller "] edition = "2021" description = "Board Support Crate for the Vorago REB1 development board" @@ -10,9 +10,6 @@ license = "MIT OR Apache-2.0" keywords = ["no-std", "reb1", "cortex-m", "vorago", "va108xx"] categories = ["embedded", "no-std", "hardware-support"] -[package.metadata.docs.rs] -features = ["rt"] - [dependencies] cortex-m = "0.7.3" cortex-m-rt = "0.7.0"