mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-20 23:24:18 +02:00
Require Rust 1.40 (was 1.39)
This commit is contained in:
parent
127124eded
commit
5d8448c442
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust: [1.39.0, stable]
|
||||
rust: [1.40.0, stable]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue