Skip to content

Commit 621f3cd

Browse files
committed
Further changes required by Servo
1 parent ced738b commit 621f3cd

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/derive_common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ path = "lib.rs"
1313
darling = { workspace = true }
1414
proc-macro2 = { workspace = true }
1515
quote = { workspace = true }
16-
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
17-
synstructure = "0.13"
16+
syn = { workspace = true }
17+
synstructure = { workspace = true }

components/style_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ darling = { workspace = true, default-features = false }
1515
derive_common = { path = "../derive_common" }
1616
proc-macro2 = "1"
1717
quote = "1"
18-
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
19-
synstructure = "0.13"
18+
syn = { workspace = true }
19+
synstructure = { workspace = true }

components/to_shmem_derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ darling = { workspace = true }
1515
derive_common = { path = "../derive_common" }
1616
proc-macro2 = { workspace = true }
1717
quote = { workspace = true }
18-
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
19-
synstructure = "0.13"
18+
syn = { workspace = true }
19+
synstructure = { workspace = true }

0 commit comments

Comments
 (0)