Skip to content

Commit

Permalink
bump MSRV to 1.57
Browse files Browse the repository at this point in the history
const-oid v0.9.0, which is a dependency through ecdsa 0.14
requires Rust 1.57
  • Loading branch information
daniestevez committed May 21, 2022
1 parent d9d9802 commit daf38c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install toolchain
run: rustup install 1.56.0
run: rustup install 1.57.0
- name: Doc
run: cargo +1.56.0 doc --features galmon
run: cargo +1.57.0 doc --features galmon
- name: Build
run: cargo +1.56.0 build --verbose --features galmon
run: cargo +1.57.0 build --verbose --features galmon
- name: Run tests
run: cargo +1.56.0 test --verbose --features galmon
run: cargo +1.57.0 test --verbose --features galmon

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

## Minimum Supported Rust Version

Rust **1.56** or higher.
Rust **1.57** 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 daf38c0

Please sign in to comment.