File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ either = "1.15.0"
6666itertools = " 0.12.1"
6767libc = " 0.2.174"
6868memchr = " 2.7.5"
69+ proc-macro2 = " 1.0.101"
70+ quote = " 1.0.40"
6971rustc-literal-escaper = " 0.0.5"
7072serde_json = " 1.0.142"
7173thin-vec = " 0.2.14"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ proc-macro = true
1111annotate-snippets = " 0.11"
1212fluent-bundle = " 0.16"
1313fluent-syntax = " 0.12"
14- proc-macro2 = " 1 "
15- quote = " 1 "
14+ proc-macro2.workspace = true
15+ quote.workspace = true
1616syn = { version = " 2" , features = [" full" ] }
1717unic-langid = { version = " 0.9.0" , features = [" macros" ] }
1818# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ proc-macro = true
88
99[dependencies ]
1010# tidy-alphabetical-start
11- proc-macro2 = " 1 "
12- quote = " 1 "
11+ proc-macro2.workspace = true
12+ quote.workspace = true
1313syn = { version = " 2.0.9" , features = [" full" , " extra-traits" ] }
1414# tidy-alphabetical-end
1515
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ proc-macro = true
88
99[dependencies ]
1010# tidy-alphabetical-start
11- proc-macro2 = " 1 "
12- quote = " 1 "
11+ proc-macro2.workspace = true
12+ quote.workspace = true
1313syn = { version = " 2.0.9" , features = [" full" ] }
1414synstructure = " 0.13.0"
1515# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ proc-macro = true
88
99[dependencies ]
1010# tidy-alphabetical-start
11- proc-macro2 = " 1 "
12- quote = " 1 "
11+ proc-macro2.workspace = true
12+ quote.workspace = true
1313syn = { version = " 2.0.9" , features = [" full" ] }
1414synstructure = " 0.13.0"
1515# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments