File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
44
44
steps :
45
45
- uses : actions/checkout@v2
46
46
- name : Install toolchain
47
- run : rustup install 1.56 .0
47
+ run : rustup install 1.57 .0
48
48
- name : Doc
49
- run : cargo +1.56 .0 doc --features galmon
49
+ run : cargo +1.57 .0 doc --features galmon
50
50
- name : Build
51
- run : cargo +1.56 .0 build --verbose --features galmon
51
+ run : cargo +1.57 .0 build --verbose --features galmon
52
52
- name : Run tests
53
- run : cargo +1.56 .0 test --verbose --features galmon
53
+ run : cargo +1.57 .0 test --verbose --features galmon
54
54
55
55
galmon :
56
56
name : Galmon
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ functionality and usability of galileo-osnma:
124
124
125
125
## Minimum Supported Rust Version
126
126
127
- Rust ** 1.56 ** or higher.
127
+ Rust ** 1.57 ** or higher.
128
128
129
129
Minimum supported Rust version can be changed in the future, but it will be done
130
130
with a minor version bump.
You can’t perform that action at this time.
0 commit comments