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

4
Cargo.lock generated
View file

@ -6632,7 +6632,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "to_shmem"
version = "0.0.1"
version = "0.0.0"
dependencies = [
"cssparser",
"servo_arc",
@ -6644,7 +6644,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.0.1"
version = "0.0.0"
dependencies = [
"darling",
"derive_common",

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"

View file

@ -1,6 +1,6 @@
[package]
name = "to_shmem"
version = "0.0.1"
version = "0.0.0"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false

View file

@ -1,6 +1,6 @@
[package]
name = "to_shmem_derive"
version = "0.0.1"
version = "0.0.0"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false