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 d5084d1 commit 4777762Copy full SHA for 4777762
.github/workflows/ci.yml
@@ -69,9 +69,10 @@ jobs:
69
runs-on: ubuntu-latest
70
steps:
71
- uses: actions/checkout@v4
72
+ - uses: dtolnay/rust-toolchain@stable
73
- uses: obi1kenobi/[email protected]
74
with:
- rust-toolchain: stable
75
+ rust-toolchain: manual
76
feature-group: all-features
77
78
# Used to signal to branch protections that all other jobs have succeeded.
0 commit comments