fix windows CI rust version

This commit is contained in:
Evan Almloff 2024-07-10 10:53:50 -07:00
parent 156144e8f5
commit c47d7da070

View file

@ -222,7 +222,7 @@ jobs:
- {
target: x86_64-pc-windows-msvc,
os: windows-latest,
toolchain: "1.76.0",
toolchain: "1.79.0",
cross: false,
command: "test",
args: "--all --tests",