From 7fd65aa592009333c414a83097d09b4a9d70a053 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 19 May 2024 09:12:39 +0200 Subject: [PATCH 1/2] bumped MSRV --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0c8fae..8308dfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.65.0 + - uses: dtolnay/rust-toolchain@1.68.2 - run: cargo check --release cross-check: diff --git a/Cargo.toml b/Cargo.toml index a399a5a..6a75e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spacepackets" version = "0.11.2" edition = "2021" -rust-version = "1.65" +rust-version = "1.68" authors = ["Robin Mueller "] description = "Generic implementations for various CCSDS and ECSS packet standards" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets" -- 2.43.0 From 58dabb6f2f95a32b6076bafd2441e023a5647ae0 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 19 May 2024 09:13:12 +0200 Subject: [PATCH 2/2] specify exact required version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103bbd5..a7bfe3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [v0.11.2] 2024-05-19 +- Bumped MSRV to 1.68.2 + ## Fixed - Removed `defmt::Format` impl for `MetadataPduCreator` which seems to be problematic. diff --git a/Cargo.toml b/Cargo.toml index 6a75e9c..5de4485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spacepackets" version = "0.11.2" edition = "2021" -rust-version = "1.68" +rust-version = "1.68.2" authors = ["Robin Mueller "] description = "Generic implementations for various CCSDS and ECSS packet standards" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets" -- 2.43.0