From b62d60f5790bb7aa9fa7bbe0dfa7d1496bdb5c08 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 18 Sep 2023 18:48:56 +0200 Subject: [PATCH] lets try this --- satrs-mib/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index db9b85e..5f304cd 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -24,7 +24,8 @@ optional = true [dependencies.satrs-core] # version = "0.1.0-alpha.0" -path = "../satrs-core" +git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" +rev = "35e1f7a983f6535c5571186e361fe101d4306b89" [dependencies.satrs-mib-codegen] path = "codegen"