Update to rustc 1.9.0-nightly (6d215fe04
2016-03-14)
This commit is contained in:
parent
6c7a2ffdb5
commit
20123eef98
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ plugin = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
regex-syntax = "0.3.0"
|
regex-syntax = "0.3.0"
|
||||||
regex_macros = { version = "0.1.28", optional = true }
|
regex_macros = { version = "0.1.33", optional = true }
|
||||||
semver = "0.2.1"
|
semver = "0.2.1"
|
||||||
toml = "0.1"
|
toml = "0.1"
|
||||||
unicode-normalization = "0.1"
|
unicode-normalization = "0.1"
|
||||||
|
|
|
@ -35,7 +35,7 @@ extern crate semver;
|
||||||
extern crate regex_syntax;
|
extern crate regex_syntax;
|
||||||
|
|
||||||
extern crate rustc_plugin;
|
extern crate rustc_plugin;
|
||||||
|
extern crate rustc_const_eval;
|
||||||
use rustc_plugin::Registry;
|
use rustc_plugin::Registry;
|
||||||
|
|
||||||
pub mod consts;
|
pub mod consts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue