Jonathan Kelley пре 1 месец
родитељ
комит
3338389db1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/publish.yml

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

@@ -76,7 +76,7 @@ jobs:
       - name: Install stable
         uses: dtolnay/rust-toolchain@master
         with:
-          toolchain: "1.84.0"
+          toolchain: "1.86.0"
           targets: ${{ matrix.platform.target }}
 
       - uses: Swatinem/rust-cache@v2