Fix action input in README

This commit is contained in:
Viktor Szépe 2024-02-22 02:06:16 +01:00 committed by GitHub
parent ce6d6a334a
commit 52ea555efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
toolchain: stable with:
toolchain: stable
- run: cargo test --all-features - run: cargo test --all-features
``` ```