From c9ab9d59c2b8200efa18c94b9c26053616d45355 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 3 Jan 2023 13:54:23 +0000 Subject: [PATCH] Adapt the comment, there is no more `rust-toolchain` --- .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 5b57e5b06..ee4abe96c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: strategy: matrix: include: - # Currently used Rust version, same as in `rust-toolchain` file. + # Currently used Rust version. - os: ubuntu-latest rust: 1.64.0 python: 3.9