From 472354eb90d92e51c5b5aa2bad1400502331024b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 6 Apr 2021 22:43:31 +0900 Subject: [PATCH] Update file name --- .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 5837801..4af012a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: range: # This is the minimum supported Rust version of this crate. # When updating this, the reminder to update the minimum supported - # Rust version in README.md and clippy.toml. + # Rust version in README.md and .clippy.toml. - 1.31..1.40 - 1.41.. runs-on: ubuntu-latest