From 52ea555efccc7e6008aae0b6a3f8c65ebc7b1a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 22 Feb 2024 02:06:16 +0100 Subject: [PATCH] Fix action input in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 635685e..7124137 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - toolchain: stable + with: + toolchain: stable - run: cargo test --all-features ```