mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 23:57:56 +00:00
update to rust HEAD, switch to rustc_serialize
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#![crate_type = "dylib"]
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
#![feature(associated_types, old_orphan_check)]
|
||||
|
||||
// test harness access
|
||||
#[cfg(test)]
|
||||
extern crate test;
|
||||
@@ -12,6 +14,7 @@ extern crate serde_macros;
|
||||
#[cfg(test)]
|
||||
extern crate serialize;
|
||||
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate unicode;
|
||||
|
||||
pub use de::{Deserializer, Deserialize};
|
||||
|
||||
Reference in New Issue
Block a user