From e396ad2e7af9400549a598411804032ec83ccd9a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Apr 2024 19:52:32 +0200 Subject: [PATCH] small fix --- satrs-shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index 4131dec..2ed8f26 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -18,7 +18,7 @@ default-features = false optional = true [dependencies.spacepackets] -version = ">0.10, <=0.11" +version = ">0.9, <=0.11" default-features = false [features]