Skip to content

Commit 7c9f552

Browse files
committed
Update for hex move
1 parent 0f4e4e9 commit 7c9f552

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,18 @@ fn main() {
6767
extern mod collections;
6868
extern mod extra;
6969
extern mod openssl;
70+
extern mod serialize;
7071
extern mod sync;
7172
#[phase(syntax)]
7273
extern mod phf_mac;
7374
extern mod phf;
7475
extern mod uuid;
7576

7677
use collections::{Deque, RingBuf};
77-
use extra::hex::ToHex;
7878
use extra::url::{UserInfo, Url};
7979
use openssl::crypto::hash::{MD5, Hasher};
8080
use openssl::ssl::{SslStream, SslContext};
81+
use serialize::hex::ToHex;
8182
use std::cell::{Cell, RefCell};
8283
use std::hashmap::HashMap;
8384
use std::io::{BufferedStream, IoResult};

0 commit comments

Comments
 (0)