Skip to content

Commit

Permalink
CI: run tests on older windows-core version
Browse files Browse the repository at this point in the history
`windows-core >= 0.51` uses `edition = "2021"`, but users of the
library can can use `windows-core == 0.50` to be rust 1.48 compatible.
  • Loading branch information
Kijewski committed Oct 17, 2023
1 parent 791a63e commit c3d009b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -23,6 +23,12 @@ jobs:
versions:
- ""
- "-Zminimal-versions"
exclude:
# `windows-core >= 0.51` uses `edition = "2021"`, but users of the library can can use
# `windows-core == 0.50` to be rust 1.48 compatible.
- runs-on: windows-2022
- toolchain: "1.48"
- versions: ""
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout
Expand Down

0 comments on commit c3d009b

Please sign in to comment.