Skip to content

Commit

Permalink
bumped MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 19, 2024
1 parent 0024afc commit 7fd65aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7fd65aa

Please sign in to comment.