From 163bc562e267727825a3aefa1a32a42444605f9f Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Fri, 15 Jul 2022 15:29:11 -0700 Subject: [PATCH] Update CI toolchain --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93dc541..f81bda3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly - uses: Swatinem/rust-cache@v1 - name: Install JS dependencies run: npm install -g pnpm