From c0b9011afd89c9224fbd2410c4a3cc00977873eb Mon Sep 17 00:00:00 2001 From: Mike Hilgendorf Date: Sat, 25 Apr 2020 16:01:04 -0700 Subject: [PATCH] whoops --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e695dd..02901f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: name: test steps: - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v + - uses: actions-rs/toolchain@v1 with: toolchain: stable profile: minimal