There was an error while loading. Please reload this page.
1 parent 65c7663 commit 8810e08Copy full SHA for 8810e08
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23
- name: Install Rust toolchain
24
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
25
+ with:
26
+ toolchain: stable
27
- name: Cache cargo artifacts
28
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
29
- name: Build
@@ -74,6 +76,8 @@ jobs:
74
76
75
77
78
79
80
81
82
83
- name: Authenticate with crates.io
0 commit comments