Skip to content

Commit

Permalink
chore: Update msrv to 1.77 and test it in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jan 27, 2025
1 parent 94afde9 commit 1d8bdb4
Show file tree
Hide file tree
Showing 5 changed files with 3,143 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: ~/.cargo
key: ${{ matrix.platform.target }}-cargo-stable

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.71
with:
targets: ${{ matrix.platform.target }}

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Copyright 2021-2023 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0

Cargo.lock
target/
rls/
.vscode/
Expand Down
Loading

0 comments on commit 1d8bdb4

Please sign in to comment.