bump MSRV

This commit is contained in:
Robin Mueller
2025-09-10 14:59:56 +02:00
parent 02316a9801
commit 3bc1ca18be
3 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.70.0 - uses: dtolnay/rust-toolchain@1.83
- run: cargo check --release - run: cargo check --release
cross-check: cross-check:

View File

@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
- Bump Rust MSRV to v1.83
## Changed ## Changed
- CFDP NAK PDU `SegmentRequestIter` is not generic over the file size anymore. Instead, the - CFDP NAK PDU `SegmentRequestIter` is not generic over the file size anymore. Instead, the

View File

@@ -2,7 +2,7 @@
name = "spacepackets" name = "spacepackets"
version = "0.15.0" version = "0.15.0"
edition = "2021" edition = "2021"
rust-version = "1.70.0" rust-version = "1.83"
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"