We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31e7ed commit 6e20d4cCopy full SHA for 6e20d4c
.travis.yml
@@ -2,9 +2,7 @@ language: rust
2
3
matrix:
4
include:
5
- # Pinned due to a bug in nightly:
6
- # https://github.com/rust-lang/rust/issues/64964
7
- - rust: nightly-2019-10-01
+ - rust: nightly
8
script: cargo test
9
env: RUSTFLAGS='--cfg async_trait_nightly_testing'
10
- rust: stable
0 commit comments