Skip to content

Commit 49a1f84

Browse files
chore(deps): Update Rust Stable to v1.95
1 parent 73c2f1f commit 49a1f84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Install Rust
116116
uses: dtolnay/rust-toolchain@stable
117117
with:
118-
toolchain: "1.94" # STABLE
118+
toolchain: "1.95" # STABLE
119119
- uses: Swatinem/rust-cache@v2
120120
- name: Check documentation
121121
env:
@@ -130,7 +130,7 @@ jobs:
130130
- name: Install Rust
131131
uses: dtolnay/rust-toolchain@stable
132132
with:
133-
toolchain: "1.94" # STABLE
133+
toolchain: "1.95" # STABLE
134134
components: rustfmt
135135
- uses: Swatinem/rust-cache@v2
136136
- name: Check formatting
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install Rust
147147
uses: dtolnay/rust-toolchain@stable
148148
with:
149-
toolchain: "1.94" # STABLE
149+
toolchain: "1.95" # STABLE
150150
components: clippy
151151
- uses: Swatinem/rust-cache@v2
152152
- name: Install SARIF tools

0 commit comments

Comments
 (0)