Use out of tree serialize
This commit is contained in:
parent
5696a15cb6
commit
810a7442e0
@ -28,6 +28,7 @@ phf_mac = "0.3"
|
||||
openssl = "0.2.1"
|
||||
time = "0.1"
|
||||
log = "0.1"
|
||||
rustc-serialize = "0.1"
|
||||
|
||||
[dependencies.uuid]
|
||||
optional = true
|
||||
|
@ -59,7 +59,7 @@ extern crate openssl;
|
||||
extern crate phf;
|
||||
#[phase(plugin)]
|
||||
extern crate phf_mac;
|
||||
extern crate serialize;
|
||||
extern crate "rustc-serialize" as serialize;
|
||||
extern crate time;
|
||||
|
||||
use openssl::crypto::hash::{HashType, Hasher};
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate postgres;
|
||||
extern crate serialize;
|
||||
extern crate "rustc-serialize" as serialize;
|
||||
extern crate url;
|
||||
extern crate openssl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user