Skip to content

Commit 7ff6121

Browse files
bors[bot]matklad
andcommitted
Merge #258
258: ⬆️ 1.31.0 🎉 r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents e9060db + ce6c26a commit 7ff6121

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: stable
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-11-24";
20+
const TOOLCHAIN: &str = "1.31.0";
2121

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

0 commit comments

Comments
 (0)