sync versions of to_shmem + to_shmem_derive with dummy releases

This commit is contained in:
Delan Azabani 2023-02-16 16:48:12 +08:00
parent 6ee10ca762
commit e75cc39238
4 changed files with 6 additions and 6 deletions

View file

@ -28,8 +28,8 @@ phf = "0.8"
precomputed-hash = "0.1"
servo_arc = { version = "0.2", path = "../servo_arc" }
smallvec = "1.0"
to_shmem = { path = "../to_shmem", optional = true }
to_shmem_derive = { path = "../to_shmem_derive", optional = true }
to_shmem = { version = "0.0.0", path = "../to_shmem", optional = true }
to_shmem_derive = { version = "0.0.0", path = "../to_shmem_derive", optional = true }
[build-dependencies]
phf_codegen = "0.8"