deno's upgrade feature cannot work on FreeBSD, directly disable it Index: cli/Cargo.toml --- cli/Cargo.toml.orig +++ cli/Cargo.toml @@ -32,7 +32,7 @@ harness = false 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.