Skip to content

Commit

Permalink
Test with Rust 1.40.0 instead of Rust 1.39.0
Browse files Browse the repository at this point in the history
The build failures seen in [1] are because of use of `cfg(doctest)` in
what appears to be a transitive dependency - `remove_dir_all`, via
`rusty-fork`, via `proptest`.

`cfg(doctest)` was made stable in Rust 1.40, so this commit bumps the
version of Rust against which we test to match that to ensure this is
the only failure.

[1]: https://github.com/danburkert/prost/pull/326/checks?check_run_id=786898150
  • Loading branch information
jen20 committed Jul 7, 2020
1 parent ed927ba commit 24d7877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.39.0
- 1.40.0
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 24d7877

Please sign in to comment.