Disable wasmtime cache, enable parallel compilation, add deny exception

This commit is contained in:
Quentin Gliech
2024-05-02 10:25:21 +02:00
parent afaa36b29b
commit dbdb72226a
5 changed files with 7 additions and 171 deletions

View File

@@ -71,6 +71,7 @@ skip = [
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
{ name = "socket2", version = "0.4.10" }, # old hyper version depends on this old version
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
{ name = "object", version = "0.32.2" }, # sentry-backtrace depends on this old version
{ name = "itertools", version = "0.10.5" }, # wasmtime & others depends on the old version
{ name = "itertools", version = "0.11.0" },
{ name = "bitflags", version = "1.3.2" }, # axum depends on an old version