Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 6938501

Browse files
committed
Building time 0.3 requires rustc 1.51
1 parent 9d3ab49 commit 6938501

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust: [nightly, beta, stable, 1.37.0]
15+
rust: [nightly, beta, stable, 1.51.0]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)