From 317483eb56c5467cd26d0ef2dd297dade6164feb Mon Sep 17 00:00:00 2001 From: Jonathan Behrens Date: Thu, 3 Aug 2023 22:29:11 -0700 Subject: [PATCH] request stable toolchain --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index aa638f4559..3c0e7311f5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,7 +18,7 @@ jobs: features: ['', default, gif, jpeg, png, tiff, ico, pnm, tga, webp, bmp, hdr, dxt, dds, farbfeld, openexr, jpeg_rayon, webp-encoder] steps: - uses: actions/checkout@v2 - - uses: dtolnay/rust-toolchain@v1 + - uses: dtolnay/rust-toolchain@stable - name: Cache Cargo Dependencies uses: Swatinem/rust-cache@v2 with: