aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/embedding/embedding.rs
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2014-07-21 07:37:24 -0600
committerJack Moffitt <jack@metajack.im>2014-08-02 21:11:47 -0600
commitb91e6f30e063cbcea4ffd750da8385ce448de797 (patch)
tree3e762f7866e29379810ac1e612f7942979e21b87 /src/components/embedding/embedding.rs
parent8b6f62c195dd7e42d0b6a18f2ced6fa16bc29faa (diff)
downloadservo-b91e6f30e063cbcea4ffd750da8385ce448de797.tar.gz
servo-b91e6f30e063cbcea4ffd750da8385ce448de797.zip
Upgrade Rust.
Diffstat (limited to 'src/components/embedding/embedding.rs')
-rw-r--r--src/components/embedding/embedding.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/embedding/embedding.rs b/src/components/embedding/embedding.rs
index 6d5eb46316f..a4a0293e286 100644
--- a/src/components/embedding/embedding.rs
+++ b/src/components/embedding/embedding.rs
@@ -2,8 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#![crate_id = "github.com/mozilla/servo#embedding:0.1"]
+#![crate_name = "embedding"]
#![crate_type = "lib"]
+#![crate_type = "rlib"]
+#![crate_type = "dylib"]
#![feature(globs, macro_rules, phase, thread_local)]