Răsfoiți Sursa

fix windows CI rust version

Evan Almloff 11 luni în urmă
părinte
comite
c47d7da070
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -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",