Skip to content

Commit e457cc5

Browse files
authored
Merge pull request #367 from assert-rs/renovate/stable-1.x
chore(deps): Update dependency STABLE to v1.81.0
2 parents c51e394 + 3957016 commit e457cc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install Rust
112112
uses: dtolnay/rust-toolchain@stable
113113
with:
114-
toolchain: "1.80" # STABLE
114+
toolchain: "1.81.0" # STABLE
115115
- uses: Swatinem/rust-cache@v2
116116
- name: Check documentation
117117
env:
@@ -126,7 +126,7 @@ jobs:
126126
- name: Install Rust
127127
uses: dtolnay/rust-toolchain@stable
128128
with:
129-
toolchain: "1.80" # STABLE
129+
toolchain: "1.81.0" # STABLE
130130
components: rustfmt
131131
- uses: Swatinem/rust-cache@v2
132132
- name: Check formatting
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Rust
143143
uses: dtolnay/rust-toolchain@stable
144144
with:
145-
toolchain: "1.80" # STABLE
145+
toolchain: "1.81.0" # STABLE
146146
components: clippy
147147
- uses: Swatinem/rust-cache@v2
148148
- name: Install SARIF tools

0 commit comments

Comments
 (0)