From 42750e08c0713be7e58eaff297fc5410baf36f57 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Apr 2024 19:26:46 +0200 Subject: [PATCH] bump spacepackets to v0.11.0 --- satrs-shared/Cargo.toml | 2 +- satrs/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index fd110fd..05c3f2c 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.0" default-features = false [features] diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 841861a..fad4981 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.0" default-features = false [dependencies.cobs]