mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
increase MSRV to 1.34.2 to use Try(From|Into)
0.2.0 isn't released yet, so I'll just do that sneakily
This commit is contained in:
parent
7bdf2db629
commit
918030363a
3 changed files with 7 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -86,6 +86,10 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
rust: stable
|
||||
target: riscv64gc-unknown-linux-gnu
|
||||
# msrv
|
||||
- build: msrv
|
||||
os: ubuntu-latest
|
||||
rust: 1.34.2
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue