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 ```