Skip to content

Commit

Permalink
up MSRV to v1.65
Browse files Browse the repository at this point in the history
This is required by the latest version of p256, which we use.
  • Loading branch information
daniestevez committed Aug 14, 2023
1 parent 56f2f6d commit 51cee97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
sudo apt-get update
sudo apt-get install protobuf-compiler
- name: Install toolchain
run: rustup install 1.57.0
run: rustup install 1.65.0
- name: Doc
run: cargo +1.57.0 doc --features galmon
run: cargo +1.65.0 doc --features galmon
- name: Build
run: cargo +1.57.0 build --verbose --features galmon
run: cargo +1.65.0 build --verbose --features galmon
- name: Run tests
run: cargo +1.57.0 test --verbose --features galmon
run: cargo +1.65.0 test --verbose --features galmon

galmon:
name: Galmon
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/daniestevez/galileo-osnma/"
keywords = ["galileo", "gnss", "osnma", "authentication", "cryptography"]
categories = ["aerospace::space-protocols", "authentication", "embedded", "no-std"]
exclude = ["/.github"]
rust-version = "1.57.0"
rust-version = "1.65.0"

[package.metadata]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ functionality and usability of galileo-osnma:

## Minimum Supported Rust Version

Rust **1.57** or higher.
Rust **1.65** or higher.

Minimum supported Rust version can be changed in the future, but it will be done
with a minor version bump.
Expand Down

0 comments on commit 51cee97

Please sign in to comment.