Merge pull request #97 from Mon-ius/master

Update doc actions/checkout@v3 -> v4
This commit is contained in:
David Tolnay
2023-09-17 12:04:38 -06:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ jobs:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
```