Skip to content

Commit 5a61b21

Browse files
committed
Pin to older beta
rust-lang/rust#56128
1 parent 049f8df commit 5a61b21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
build: &rust_build
1111
language: rust
12-
rust: beta
12+
rust: beta-2018-11-19
1313
script:
1414
- cargo gen-tests --verify
1515
- cargo gen-syntax --verify

crates/tools/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub type Result<T> = ::std::result::Result<T, failure::Error>;
1717
pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron";
1818
pub const SYNTAX_KINDS: &str = "crates/ra_syntax/src/syntax_kinds/generated.rs.tera";
1919
pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera";
20-
const TOOLCHAIN: &str = "beta-2018-10-30";
20+
const TOOLCHAIN: &str = "beta-2018-11-19";
2121

2222
#[derive(Debug)]
2323
pub struct Test {

0 commit comments

Comments
 (0)