reduce node.unique_id size

fix sizeof unittest
update Cargo.lock
This commit is contained in:
Aleksandr Likhanov 2015-11-18 22:27:08 +05:00
parent 2be0cb7827
commit 4bf21ab15e
9 changed files with 35 additions and 27 deletions

View file

@ -49,6 +49,7 @@ extern crate serde;
extern crate smallvec;
extern crate string_cache;
extern crate url;
extern crate uuid;
use std::sync::Arc;