Skip to content

Commit

Permalink
bump minimum CI version to 1.56
Browse files Browse the repository at this point in the history
otherwise CI doesn't build
  • Loading branch information
yoshuawuyts committed Feb 22, 2024
1 parent af1eb7b commit a8a0548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [push, pull_request]

# env:
# RUSTFLAGS: -Dwarnings
# RUSTFLAGS: -Dwarnings

jobs:
test:
Expand All @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
rust:
- 1.39.0
- 1.56.0
- stable
- beta
- nightly
Expand Down

0 comments on commit a8a0548

Please sign in to comment.