From 28e244029cf9d3f1b9d27006f76334b5909d2c91 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 5 Feb 2023 23:49:57 +0100 Subject: [PATCH] bump spacepackets to v0.5.3 --- satrs-core/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 638e812..2215dce 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -53,10 +53,10 @@ default-features = false optional = true [dependencies.spacepackets] -# version = "0.5.2" +version = "0.5.3" # path = "../spacepackets" -git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" -rev = "8cf6f72cf35df42cc7cde5dd45c77cfd56231dbd" +# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" +# rev = "" default-features = false