From d89e2ecfce78f8e3d9c425ca3d968fbaab8d7760 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 18:04:18 +0200 Subject: [PATCH] version specifier for COBS --- satrs-core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 2db74a8..6fa8535 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -81,6 +81,7 @@ default-features = false [dependencies.cobs] git = "https://github.com/robamu/cobs.rs.git" +version = "0.2.3" branch = "all_features" default-features = false