Skip to content

Commit 06952e2

Browse files
Use Rust 1.51 in CI
We needed to bump the version because the `array-impls` feature requires const generics.
1 parent 6c1542f commit 06952e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v2
6060
- uses: sfackler/actions/rustup@master
6161
with:
62-
version: 1.46.0
62+
version: 1.51.0
6363
- run: echo "::set-output name=version::$(rustc --version)"
6464
id: rust-version
6565
- uses: actions/cache@v1

0 commit comments

Comments
 (0)