Skip to content

Commit 6e20d4c

Browse files
committed
Revert "Pin Travis to nightly-2019-10-01"
The bug has been fixed as of nightly-2019-10-03. This reverts commit 2eb77e6.
1 parent d31e7ed commit 6e20d4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: rust
22

33
matrix:
44
include:
5-
# Pinned due to a bug in nightly:
6-
# https://github.com/rust-lang/rust/issues/64964
7-
- rust: nightly-2019-10-01
5+
- rust: nightly
86
script: cargo test
97
env: RUSTFLAGS='--cfg async_trait_nightly_testing'
108
- rust: stable

0 commit comments

Comments
 (0)