Add thin-vec to newly added [workspace.dependencies].
This commit is contained in:
parent
176d8dbce6
commit
777e2d6a2a
19 changed files with 23 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue