diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index e07b7a6..19f3044 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-core" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] @@ -15,8 +15,6 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup [dependencies] delegate = ">0.7, <=0.10" paste = "1" -# TODO: Remove this as soon as the image including the description was moved to the satrs-book. -embed-doc-image = "0.1" [dependencies.smallvec] version = "1"