From e2b49d4573f0761c05a3b89b3f86d86f92a42ee5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 7 May 2025 13:25:09 +0200 Subject: [PATCH] dependency hell --- satrs-shared/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index 4ff2b0b..d75f79f 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -23,7 +23,8 @@ optional = true [dependencies.spacepackets] version = ">0.9, <=0.13" -path = "../../spacepackets" +git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" +branch = "msp430-tweak" default-features = false [features]