diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2017-12-05 12:03:20 +0100 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2017-12-05 12:03:20 +0100 |
commit | 6f8ba39dce65315947f7e04a2c607a3eb533caf2 (patch) | |
tree | 83225f056d63a78f3f3d5edc86962b2cf521762f /ports | |
parent | 3cef09ae217ece7fa276d1be653c7c36dee7febc (diff) | |
download | servo-6f8ba39dce65315947f7e04a2c607a3eb533caf2.tar.gz servo-6f8ba39dce65315947f7e04a2c607a3eb533caf2.zip |
Update smallvec to 0.6
Diffstat (limited to 'ports')
-rw-r--r-- | ports/geckolib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index c4771cd05d1..70ffc615d9b 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -28,7 +28,7 @@ parking_lot = "0.4" # for the cargo problem behind this. selectors = {path = "../../components/selectors", features = ["gecko_like_types"]} servo_arc = {path = "../../components/servo_arc"} -smallvec = "0.4" +smallvec = "0.6" style = {path = "../../components/style", features = ["gecko"]} style_traits = {path = "../../components/style_traits"} |