From 2d62d4a61b761873e8c26296d349540506469316 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 26 Sep 2023 17:18:22 +0200 Subject: [PATCH] bump spacepackets --- satrs-core/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 4b75576..8affc47 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -72,10 +72,9 @@ features = ["all"] optional = true [dependencies.spacepackets] -# version = "0.7.0-beta.1" -# path = "../../spacepackets" -git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" -rev = "79d26e1a6" +version = "0.7.0-beta.2" +# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" +# rev = "79d26e1a6" # branch = "" default-features = false