aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c090f32..e2833bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,4 @@ authors = []
[dependencies.bitflags]
git = "https://github.com/Tobba/bitflags.git"
-rev = "b6aabe1e057e7e19fec10003419ef9c86a6082a3"
+rev = "5a69e4c1a0840cf03f354e02b47f9809552648df"
diff --git a/src/lib.rs b/src/lib.rs
index 2a402ec..356af05 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,6 +5,7 @@
#![crate_type="rlib"]
#![feature(no_std)]
#![feature(asm)]
+#![feature(associated_consts)]
#![feature(core)]
#[macro_use]