mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Use rustc-serialize rather than the built-in deprecated serialize.
This commit is contained in:
parent
4ab928728e
commit
aaed4a54c7
30 changed files with 54 additions and 33 deletions
|
@ -10,13 +10,12 @@
|
|||
#![crate_type = "rlib"]
|
||||
|
||||
#![feature(int_uint)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
extern crate msg;
|
||||
extern crate "serialize" as rustc_serialize;
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue