Skip to content

Commit 9b26728

Browse files
authored
Merge pull request #150 from rust-lang/renovate/stable-1.x
chore(deps): Update dependency STABLE to v1.81.0
2 parents 71039b9 + 1fe2522 commit 9b26728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Rust
8787
uses: dtolnay/rust-toolchain@stable
8888
with:
89-
toolchain: "1.80" # STABLE
89+
toolchain: "1.81.0" # STABLE
9090
- uses: Swatinem/rust-cache@v2
9191
- name: Check documentation
9292
env:
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Rust
102102
uses: dtolnay/rust-toolchain@stable
103103
with:
104-
toolchain: "1.80" # STABLE
104+
toolchain: "1.81.0" # STABLE
105105
components: rustfmt
106106
- uses: Swatinem/rust-cache@v2
107107
- name: Check formatting
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install Rust
118118
uses: dtolnay/rust-toolchain@stable
119119
with:
120-
toolchain: "1.80" # STABLE
120+
toolchain: "1.81.0" # STABLE
121121
components: clippy
122122
- uses: Swatinem/rust-cache@v2
123123
- name: Install SARIF tools

0 commit comments

Comments
 (0)