From 91e7d8549c3cd226524fd6e1b6f3e9a7c11eb175 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 11 Aug 2023 14:00:46 +0200 Subject: [PATCH] bump msrv to v1.61 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4746f3..47af634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [v0.7.0] +- Moved MSRV from v1.60 to v1.61. + ## Changed - `PusPacket` trait: `user_data` now returns `&[u8]` instead of `Option<&[u8]>`. Empty user data diff --git a/Cargo.toml b/Cargo.toml index c058979..2a145a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spacepackets" version = "0.7.0" edition = "2021" -rust-version = "1.60" +rust-version = "1.61" authors = ["Robin Mueller "] description = "Generic implementations for various CCSDS and ECSS packet standards" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"