From 608ab2ea8c59464837d7614882da7e8c69da79a6 Mon Sep 17 00:00:00 2001 From: lbeder Date: Sat, 24 Dec 2022 02:34:09 +0000 Subject: [PATCH] Update to actions-rust-lang/setup-rust-toolchain@v1 --- .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 ed43a44..44b6992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable override: true