Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,393 changes: 675 additions & 718 deletions Cargo.lock

Large diffs are not rendered by default.

368 changes: 179 additions & 189 deletions src/bootstrap/Cargo.lock

Large diffs are not rendered by default.

30 changes: 3 additions & 27 deletions src/bootstrap/src/utils/proc_macro_deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,43 @@
/// See <https://github.com/rust-lang/rust/issues/134863>
pub static CRATES: &[&str] = &[
// tidy-alphabetical-start
"anyhow",
"askama_derive",
"askama_parser",
"basic-toml",
"bitflags",
"block-buffer",
"bumpalo",
"cfg-if",
"cpufeatures",
"crypto-common",
"darling",
"darling_core",
"defmt",
"defmt-parser",
"derive_builder_core",
"digest",
"equivalent",
"fluent-bundle",
"fluent-langneg",
"fluent-syntax",
"fnv",
"foldhash",
"generic-array",
"glob",
"hashbrown",
"heck",
"id-arena",
"ident_case",
"indexmap",
"intl-memoizer",
"intl_pluralrules",
"itoa",
"leb128fmt",
"libc",
"log",
"jiff-core",
"memchr",
"minimal-lexical",
"nom",
"pest",
"pest_generator",
"pest_meta",
"prettyplease",
"proc-macro2",
"quote",
"rustc-hash",
"ryu",
"self_cell",
"semver",
"serde",
"serde_core",
"serde_derive_internals",
"serde_json",
"sha2",
"smallvec",
"stable_deref_trait",
"strsim",
Expand All @@ -62,24 +48,14 @@ pub static CRATES: &[&str] = &[
"thiserror",
"tinystr",
"type-map",
"typenum",
"ucd-trie",
"unic-langid",
"unic-langid-impl",
"unic-langid-macros",
"unicode-ident",
"unicode-xid",
"version_check",
"wasm-bindgen-macro-support",
"wasm-bindgen-shared",
"wasm-encoder",
"wasm-metadata",
"wasmparser",
"winnow",
"wit-bindgen-core",
"wit-bindgen-rust",
"wit-component",
"wit-parser",
"yoke",
"zerofrom",
"zerovec",
Expand Down
Loading
Loading