diff options
Diffstat (limited to 'www/deno/files/patch-Cargo.toml')
-rw-r--r-- | www/deno/files/patch-Cargo.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/deno/files/patch-Cargo.toml b/www/deno/files/patch-Cargo.toml deleted file mode 100644 index 9e38f233b83b..000000000000 --- a/www/deno/files/patch-Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -Disable using V8 custom libcxx. - ---- Cargo.toml.orig -+++ Cargo.toml -@@ -51,7 +51,7 @@ deno_ast = { version = "=0.46.2", features = ["transpi - - [workspace.dependencies] - deno_ast = { version = "=0.46.2", features = ["transpiling"] } --deno_core = { version = "0.343.0" } -+deno_core = { version = "0.343.0", default-features = false, features = ["include_icu_data"] } - - deno_cache_dir = "=0.18.0" - deno_config = { version = "=0.52.0", features = ["workspace"] } |