From 772927d50b49ad58be5552cd8d17a23c376c6c20 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Apr 2024 19:50:46 +0200 Subject: [PATCH] allow spacepackets range --- satrs-shared/CHANGELOG.md | 2 +- satrs-shared/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/satrs-shared/CHANGELOG.md b/satrs-shared/CHANGELOG.md index 054c251..0c62de9 100644 --- a/satrs-shared/CHANGELOG.md +++ b/satrs-shared/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [v0.1.3] 2024-04-16 -Bumped `spacepackets` to v0.11. +Allow `spacepackets` range starting with v0.10 and v0.11. # [v0.1.2] 2024-02-17 diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index 6151a11..4131dec 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -18,7 +18,7 @@ default-features = false optional = true [dependencies.spacepackets] -version = "0.11" +version = ">0.10, <=0.11" default-features = false [features]