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 9a16e3e commit 436b4c1Copy full SHA for 436b4c1
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- 1.51.0 # MSRV
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
- uses: dtolnay/rust-toolchain@master
29
with:
30
toolchain: ${{ matrix.rust }}
@@ -45,7 +45,7 @@ jobs:
45
target: i686-unknown-linux-gnu
46
47
48
49
50
51
@@ -62,7 +62,7 @@ jobs:
62
rust:
63
- beta
64
65
66
67
68
0 commit comments