We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e919a6f commit 8f59a71Copy full SHA for 8f59a71
.github/workflows/ci.yml
@@ -41,10 +41,10 @@ jobs:
41
with:
42
fetch-depth: 1
43
44
- - name: Install latest nightly
+ - name: Install latest beta
45
uses: actions-rs/toolchain@v1
46
47
- toolchain: nightly
+ toolchain: beta
48
override: true
49
50
- name: Configure environment
@@ -69,10 +69,10 @@ jobs:
69
70
71
72
73
74
75
76
77
78
0 commit comments