From f6d2cfa042d880240242cc4d4af473f9ae1ed024 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 6 Dec 2023 18:20:29 +0100 Subject: [PATCH] let's try the new spacepackets version --- 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 2b6d78c..a3391fb 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 = "9e74266b768df80fd4118b04c4cc997aba8c85b9" +rev = "47a93354952834eea435f8ec6c561af4750a2068" [dependencies.cobs] git = "https://github.com/robamu/cobs.rs.git"