Files
termux-packages/packages/deno/0002-disable-upgrading-via-cli.patch
2025-09-07 05:36:53 +00:00

12 lines
403 B
Diff

--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -32,7 +32,7 @@
path = "./bench/lsp_bench_standalone.rs"
[features]
-default = ["upgrade", "__vendored_zlib_ng"]
+default = ["__vendored_zlib_ng"]
# A feature that enables heap profiling with dhat on Linux.
# 1. Compile with `cargo build --profile=release-with-debug --features=dhat-heap`
# 2. Run the executable. It will output a dhat-heap.json file.