We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9195ced + 2eb77e6 commit d31e7edCopy full SHA for d31e7ed
.travis.yml
@@ -2,7 +2,9 @@ language: rust
2
3
matrix:
4
include:
5
- - rust: nightly
+ # Pinned due to a bug in nightly:
6
+ # https://github.com/rust-lang/rust/issues/64964
7
+ - rust: nightly-2019-10-01
8
script: cargo test
9
env: RUSTFLAGS='--cfg async_trait_nightly_testing'
10
- rust: stable
0 commit comments