Skip to content

Commit 9d8bce5

Browse files
committed
chore(deps): Update Rust Stable to v1.79
1 parent 494f2c2 commit 9d8bce5

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
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Rust
8989
uses: dtolnay/rust-toolchain@stable
9090
with:
91-
toolchain: "1.76" # STABLE
91+
toolchain: "1.79" # STABLE
9292
- uses: Swatinem/rust-cache@v2
9393
- name: Check documentation
9494
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Rust
104104
uses: dtolnay/rust-toolchain@stable
105105
with:
106-
toolchain: "1.76" # STABLE
106+
toolchain: "1.79" # STABLE
107107
components: rustfmt
108108
- uses: Swatinem/rust-cache@v2
109109
- name: Check formatting
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Rust
120120
uses: dtolnay/rust-toolchain@stable
121121
with:
122-
toolchain: "1.76" # STABLE
122+
toolchain: "1.79" # STABLE
123123
components: clippy
124124
- uses: Swatinem/rust-cache@v2
125125
- name: Install SARIF tools

0 commit comments

Comments
 (0)