diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-12-05 13:44:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 13:44:19 -0600 |
commit | c20fd7d58a36496ea7d12ea3284172712da006b0 (patch) | |
tree | 07aac4c69d8a6d5070b0cb4ce9c3d7ad16e48a74 /ports | |
parent | 479847d8b906654b34aeddb09c7e89a3b3beb99c (diff) | |
parent | 6f8ba39dce65315947f7e04a2c607a3eb533caf2 (diff) | |
download | servo-c20fd7d58a36496ea7d12ea3284172712da006b0.tar.gz servo-c20fd7d58a36496ea7d12ea3284172712da006b0.zip |
Auto merge of #19494 - Eijebong:smallvec, r=emilio
Update smallvec to 0.6
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19494)
<!-- Reviewable:end -->
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"} |