From ce6d6a334a137ea8cc1af01b2746d60b7fa13d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 22 Feb 2024 02:04:32 +0100 Subject: [PATCH] Add missing required param to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ea5437..635685e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable + toolchain: stable - run: cargo test --all-features ```