Bump object and thorin-dwp
object -> 0.31.1 thorin-dwp -> 0.6.0 Required to fix watchOS breakage.
This commit is contained in:
parent
50dff955a9
commit
7156ff67be
6 changed files with 47 additions and 18 deletions
|
|
@ -107,6 +107,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
|||
"autocfg",
|
||||
"bitflags",
|
||||
"block-buffer",
|
||||
"byteorder", // via ruzstd in object in thorin-dwp
|
||||
"cc",
|
||||
"cfg-if",
|
||||
"chalk-derive",
|
||||
|
|
@ -206,6 +207,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
|||
"rustc-rayon",
|
||||
"rustc-rayon-core",
|
||||
"rustc_version",
|
||||
"ruzstd", // via object in thorin-dwp
|
||||
"ryu",
|
||||
"scoped-tls",
|
||||
"scopeguard",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue