bumped MSRV
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2024-05-19 09:12:39 +02:00
parent 0024afc83e
commit 7fd65aa592
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

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