mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
This updates the smallvec crate and enables the union feature
We had a mix of 0.6.2 and 0.6.5 (which is the current release), this unifies to the latest version. It also enables the union feature which removes the discriminant, reducing memory usage.
This commit is contained in:
parent
3889041cc6
commit
34b5d8fbe8
7 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ fxhash = "0.2"
|
|||
phf = "0.7.18"
|
||||
precomputed-hash = "0.1"
|
||||
servo_arc = { version = "0.1", path = "../servo_arc" }
|
||||
smallvec = "0.6.2"
|
||||
smallvec = { version = "0.6", features = ["std", "union"] }
|
||||
thin-slice = "0.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue