mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
Update to rustc 1.9.0-nightly (6d215fe04
2016-03-14)
This commit is contained in:
parent
6c7a2ffdb5
commit
20123eef98
@ -19,7 +19,7 @@ plugin = true
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
toml = "0.1"
|
||||
unicode-normalization = "0.1"
|
||||
|
@ -35,7 +35,7 @@ extern crate semver;
|
||||
extern crate regex_syntax;
|
||||
|
||||
extern crate rustc_plugin;
|
||||
|
||||
extern crate rustc_const_eval;
|
||||
use rustc_plugin::Registry;
|
||||
|
||||
pub mod consts;
|
||||
|
Loading…
Reference in New Issue
Block a user