diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index c5f7182..e07b7a6 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -75,9 +75,9 @@ optional = true [dependencies.spacepackets] version = "0.9.0" default-features = false -git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" +# git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" # rev = "297cfad22637d3b07a1b27abe56d9a607b5b82a7" -branch = "main" +# branch = "main" [dependencies.cobs] git = "https://github.com/robamu/cobs.rs.git"