bump msrv to v1.61 #19

Merged
muellerr merged 1 commits from bump_msrv into main 2023-08-11 14:01:44 +02:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 91e7d8549c - Show all commits

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [v0.7.0] # [v0.7.0]
- Moved MSRV from v1.60 to v1.61.
## Changed ## Changed
- `PusPacket` trait: `user_data` now returns `&[u8]` instead of `Option<&[u8]>`. Empty user data - `PusPacket` trait: `user_data` now returns `&[u8]` instead of `Option<&[u8]>`. Empty user data

View File

@ -2,7 +2,7 @@
name = "spacepackets" name = "spacepackets"
version = "0.7.0" version = "0.7.0"
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.61"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "Generic implementations for various CCSDS and ECSS packet standards" description = "Generic implementations for various CCSDS and ECSS packet standards"
homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets" homepage = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"