Add thin-vec to newly added [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-22 07:04:59 +10:00
parent 176d8dbce6
commit 777e2d6a2a
19 changed files with 23 additions and 18 deletions

View file

@ -59,6 +59,11 @@ exclude = [
"obj",
]
[workspace.dependencies]
# tidy-alphabetical-start
thin-vec = "0.2.14"
# tidy-alphabetical-end
[profile.release.package.rustc_thread_pool]
# The rustc fork of Rayon has deadlock detection code which intermittently
# causes overflows in the CI (see https://github.com/rust-lang/rust/issues/90227)