mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add owning_ref back as a style dep, and update parking_lot.
This commit is contained in:
parent
55c3e6ed87
commit
d1c31f7eaf
10 changed files with 34 additions and 19 deletions
|
@ -67,6 +67,7 @@ pub extern crate nsstring_vendor as nsstring;
|
|||
extern crate num_integer;
|
||||
extern crate num_traits;
|
||||
extern crate ordered_float;
|
||||
extern crate owning_ref;
|
||||
extern crate parking_lot;
|
||||
extern crate pdqsort;
|
||||
#[cfg(feature = "gecko")] extern crate precomputed_hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue