From 51d3c9b6e8a7cbd7e8ff1691fd5f542fd4451185 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 7 Dec 2023 14:05:50 +0100 Subject: [PATCH] another spacepackets update --- satrs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index a3391fb..66772c0 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -76,7 +76,7 @@ optional = true # version = "0.7.0-beta.2" default-features = false git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" -rev = "47a93354952834eea435f8ec6c561af4750a2068" +rev = "297cfad22637d3b07a1b27abe56d9a607b5b82a7" [dependencies.cobs] git = "https://github.com/robamu/cobs.rs.git"