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:
Martin Robinson 2024-02-14 12:17:00 +01:00 committed by GitHub
parent 123854faee
commit 14a2c43c75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 38 additions and 47 deletions

View file

@ -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"