From ecf5ebaf2f256c516201fbbd8dff4e0933e4947f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 17:30:41 +0200 Subject: [PATCH] bump satrs-core alpha version --- satrs-core/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 8affc47..2db74a8 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-core" -version = "0.1.0-alpha.0" +version = "0.1.0-alpha.1" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] @@ -15,6 +15,7 @@ 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] @@ -73,10 +74,10 @@ optional = true [dependencies.spacepackets] version = "0.7.0-beta.2" +default-features = false # git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" # rev = "79d26e1a6" # branch = "" -default-features = false [dependencies.cobs] git = "https://github.com/robamu/cobs.rs.git"