mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
style: Reduce Servo's diff with upstream to_shmem
(#31349)
This is part of getting Servo using an version of style closer to upstream. This change reverts some changes we made to `to_shmem` and `to_shmem_derive` in order to reduce our diff with upstream stylo.
This commit is contained in:
parent
123854faee
commit
14a2c43c75
7 changed files with 38 additions and 47 deletions
|
@ -31,8 +31,8 @@ precomputed-hash = "0.1"
|
|||
servo_arc = { version = "0.2", path = "../servo_arc" }
|
||||
size_of_test = { path = "../size_of_test" }
|
||||
smallvec = "1.0"
|
||||
to_shmem = { version = "0.0.0", path = "../to_shmem", optional = true }
|
||||
to_shmem_derive = { version = "0.0.0", path = "../to_shmem_derive", optional = true }
|
||||
to_shmem = { version = "0.0.1", path = "../to_shmem", optional = true }
|
||||
to_shmem_derive = { version = "0.0.1", path = "../to_shmem_derive", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue