Преглед изворни кода

fix windows CI rust version

Evan Almloff пре 11 месеци
родитељ
комит
c47d7da070
1 измењених фајлова са 1 додато и 1 уклоњено
  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",