Skip to content

Commit 6dd1135

Browse files
chore(deps): Update Rust Stable to v1.90 (#1257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 396bc81 commit 6dd1135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Rust
107107
uses: dtolnay/rust-toolchain@stable
108108
with:
109-
toolchain: "1.89" # STABLE
109+
toolchain: "1.90" # STABLE
110110
- uses: Swatinem/rust-cache@v2
111111
- name: Check documentation
112112
env:
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Rust
122122
uses: dtolnay/rust-toolchain@stable
123123
with:
124-
toolchain: "1.89" # STABLE
124+
toolchain: "1.90" # STABLE
125125
components: rustfmt
126126
- uses: Swatinem/rust-cache@v2
127127
- name: Check formatting
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Rust
138138
uses: dtolnay/rust-toolchain@stable
139139
with:
140-
toolchain: "1.89" # STABLE
140+
toolchain: "1.90" # STABLE
141141
components: clippy
142142
- uses: Swatinem/rust-cache@v2
143143
- name: Install SARIF tools

0 commit comments

Comments
 (0)