Skip to content

Commit e9a81f8

Browse files
josephlrrbradford
authored andcommitted
rust-toolchain: Update to latest nightly
The current toolchain is 5 months old, and we want a new toolcahin for: - "efiapi" ABI - Using `Self` with enum implementations - Misc cargo improvements Signed-off-by: Joe Richey <joerichey@google.com>
1 parent f52c1a1 commit e9a81f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: xenial
22
language: rust
33

44
rust:
5-
- nightly-2019-05-10
5+
- nightly-2019-11-05
66

77
before_script:
88
- rustup component add clippy

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-05-10
1+
nightly-2019-11-05

0 commit comments

Comments
 (0)