Skip to content

Commit bce953f

Browse files
authored
Updated rustc version in ci.yml to match MSRV
1 parent f14ba1e commit bce953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
python-version: 3.8
130130
- name: Install Rust
131-
uses: dtolnay/rust-toolchain@1.56.0
131+
uses: dtolnay/rust-toolchain@1.63.0
132132
- uses: Swatinem/rust-cache@v2
133133
with:
134134
workspaces: examples/simple

0 commit comments

Comments
 (0)