Skip to content

Commit

Permalink
Updated rustc version in ci.yml to match MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
JRRudy1 authored Aug 2, 2024
1 parent f14ba1e commit bce953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
with:
python-version: 3.8
- name: Install Rust
uses: dtolnay/rust-toolchain@1.56.0
uses: dtolnay/rust-toolchain@1.63.0
- uses: Swatinem/rust-cache@v2
with:
workspaces: examples/simple
Expand Down

0 comments on commit bce953f

Please sign in to comment.