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 9a5b1fa commit d51af52Copy full SHA for d51af52
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
bench: test build benchmarks
33
34
steps:
35
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
36
- uses: actions-rs/toolchain@v1
37
with:
38
profile: minimal
@@ -63,7 +63,7 @@ jobs:
63
target: thumbv6m-none-eabi
64
65
66
67
68
69
@@ -82,7 +82,7 @@ jobs:
82
rust:
83
- beta
84
85
86
87
88
@@ -98,7 +98,7 @@ jobs:
98
99
- nightly
100
101
102
103
104
0 commit comments