Be more explicit about cargo version when using stable

add_libdifftastic
Wilfred Hughes 2022-08-27 16:26:31 +07:00 committed by GitHub
parent 78e07c8178
commit d3963ca7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo +stable test
test_mac:
name: Test macOS