Browse Source

Fix github CLI publish CI msrv (#2802)

Jonathan Kelley 10 tháng trước cách đây
mục cha
commit
8c992bb4cb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/publish.yml

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

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