Skip to content

Commit a8a0548

Browse files
committedFeb 22, 2024··
bump minimum CI version to 1.56
otherwise CI doesn't build
1 parent af1eb7b commit a8a0548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push, pull_request]
33

44
# env:
5-
# RUSTFLAGS: -Dwarnings
5+
# RUSTFLAGS: -Dwarnings
66

77
jobs:
88
test:
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
rust:
14-
- 1.39.0
14+
- 1.56.0
1515
- stable
1616
- beta
1717
- nightly

0 commit comments

Comments
 (0)
Please sign in to comment.