Skip to content

Commit f35c085

Browse files
committed
Update Rust toolchain version to 1.91 in CI configuration
1 parent edd886e commit f35c085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Rust
1515
uses: dtolnay/rust-toolchain@master
1616
with:
17-
toolchain: "1.87"
17+
toolchain: "1.91"
1818
components: rustfmt, clippy
1919
- name: Build
2020
run: cargo build --verbose

0 commit comments

Comments
 (0)