Skip to content

Commit 73f5db7

Browse files
Update proc-macro deps list
1 parent 05b23e0 commit 73f5db7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/src/utils/proc_macro_deps.rs

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub static CRATES: &[&str] = &[
55
// tidy-alphabetical-start
66
"annotate-snippets",
77
"anstyle",
8+
"askama_parser",
89
"basic-toml",
910
"block-buffer",
1011
"bumpalo",
@@ -47,6 +48,7 @@ pub static CRATES: &[&str] = &[
4748
"stable_deref_trait",
4849
"strsim",
4950
"syn",
51+
"synom",
5052
"synstructure",
5153
"thiserror",
5254
"time-core",
@@ -60,10 +62,12 @@ pub static CRATES: &[&str] = &[
6062
"unicase",
6163
"unicode-ident",
6264
"unicode-width",
65+
"unicode-xid",
6366
"version_check",
6467
"wasm-bindgen-backend",
6568
"wasm-bindgen-macro-support",
6669
"wasm-bindgen-shared",
70+
"winnow",
6771
"yoke",
6872
"zerofrom",
6973
"zerovec",

0 commit comments

Comments
 (0)