diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index fd110fd..6151a11 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -18,7 +18,7 @@ default-features = false optional = true [dependencies.spacepackets] -version = "0.11.0-rc.2" +version = "0.11" default-features = false [features] diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 841861a..9a9a1fa 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -76,8 +76,7 @@ features = ["os-poll", "net"] optional = true [dependencies.spacepackets] -# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" -version = "0.11.0-rc.2" +version = "0.11" default-features = false [dependencies.cobs]