Skip to content

Commit daf38c0

Browse files
committed
bump MSRV to 1.57
const-oid v0.9.0, which is a dependency through ecdsa 0.14 requires Rust 1.57
1 parent d9d9802 commit daf38c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v2
4646
- name: Install toolchain
47-
run: rustup install 1.56.0
47+
run: rustup install 1.57.0
4848
- name: Doc
49-
run: cargo +1.56.0 doc --features galmon
49+
run: cargo +1.57.0 doc --features galmon
5050
- name: Build
51-
run: cargo +1.56.0 build --verbose --features galmon
51+
run: cargo +1.57.0 build --verbose --features galmon
5252
- name: Run tests
53-
run: cargo +1.56.0 test --verbose --features galmon
53+
run: cargo +1.57.0 test --verbose --features galmon
5454

5555
galmon:
5656
name: Galmon

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ functionality and usability of galileo-osnma:
124124

125125
## Minimum Supported Rust Version
126126

127-
Rust **1.56** or higher.
127+
Rust **1.57** or higher.
128128

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

0 commit comments

Comments
 (0)