Skip to content

Commit 20123ee

Browse files
committed
Update to rustc 1.9.0-nightly (6d215fe 2016-03-14)
1 parent 6c7a2ff commit 20123ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugin = true
1919

2020
[dependencies]
2121
regex-syntax = "0.3.0"
22-
regex_macros = { version = "0.1.28", optional = true }
22+
regex_macros = { version = "0.1.33", optional = true }
2323
semver = "0.2.1"
2424
toml = "0.1"
2525
unicode-normalization = "0.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern crate semver;
3535
extern crate regex_syntax;
3636

3737
extern crate rustc_plugin;
38-
38+
extern crate rustc_const_eval;
3939
use rustc_plugin::Registry;
4040

4141
pub mod consts;

0 commit comments

Comments
 (0)