From 21b115582c8226fb239b2a5c5206c8e3258a4a1f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 14:30:18 +0100 Subject: [PATCH] fix for deps of satrs-shared --- 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 d47ef81..1b56f18 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -14,7 +14,7 @@ default-features = false optional = true [dependencies.spacepackets] -version = "0.9.0" +version = "0.9" default-features = false [features]