aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/Cargo.toml3
-rw-r--r--components/msg/lib.rs1
2 files changed, 3 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml
index 289c65edd52..82b3c97d1f3 100644
--- a/components/msg/Cargo.toml
+++ b/components/msg/Cargo.toml
@@ -22,7 +22,7 @@ git = "https://github.com/servo/rust-geom"
[dependencies.hyper]
git = "https://github.com/servo/hyper"
-branch = "old_servo_new_cookies"
+branch = "servo"
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
@@ -35,3 +35,4 @@ git = "https://github.com/servo/rust-io-surface"
[dependencies]
url = "0.2.16"
+bitflags = "*"
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 2567bf9ced0..869b095a882 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -8,6 +8,7 @@
#![allow(unstable)]
extern crate azure;
+#[macro_use] extern crate bitflags;
extern crate geom;
extern crate hyper;
extern crate layers;