diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2025-04-12 21:05:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 21:05:28 +0000 |
| commit | 0149a43f8a6984460d8cc5272dd09dfe0c3c2354 (patch) | |
| tree | bfc972af2754aebbc83ee6bd0818d407ef54e301 /src/bootstrap | |
| parent | 0ea345a3c32b8fc00be5c1805b086bdc93231d60 (diff) | |
| parent | 41fcdab3b5549ed93c87409bcf0b526a39d8b31c (diff) | |
| download | rust-0149a43f8a6984460d8cc5272dd09dfe0c3c2354.tar.gz rust-0149a43f8a6984460d8cc5272dd09dfe0c3c2354.zip | |
Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum
Switch `time` to `jiff` for time formatting in ICE dumps Due to https://github.com/jhpratt/deranged/issues/21, Clippy, R-A and Miri currently fail to build if we bump to 0.4.1, pulled in via `time`. ~~Add some specific type annotations so we don't have to just pin it.~~ ~~I can open 3 PRs to the tool repos if preferred, but I thought it might be easier to do this than to pin the transitive dep and go back and remove it once the changes are synced back.~~
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/utils/proc_macro_deps.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/utils/proc_macro_deps.rs b/src/bootstrap/src/utils/proc_macro_deps.rs index aa564b4a045..7cf1af1c3e2 100644 --- a/src/bootstrap/src/utils/proc_macro_deps.rs +++ b/src/bootstrap/src/utils/proc_macro_deps.rs @@ -32,7 +32,6 @@ pub static CRATES: &[&str] = &[ "mime_guess", "minimal-lexical", "nom", - "num-conv", "once_cell", "pest", "pest_generator", @@ -50,7 +49,6 @@ pub static CRATES: &[&str] = &[ "syn", "synstructure", "thiserror", - "time-core", "tinystr", "type-map", "typenum", |
