summaryrefslogtreecommitdiff
path: root/tools/build_bench.ts
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-09-20 14:32:25 +0530
committerGitHub <noreply@github.com>2024-09-20 14:32:25 +0530
commitcbdeb35891cb4eea7aaeb140c9d2206751082863 (patch)
treef29755e5eb727bf0e5e8daaa32bb7b6308836bb8 /tools/build_bench.ts
parent1fb482863e31971c9d70216ebee9c2e482d0ba7d (diff)
chore: update tools allow-run list (#25756)
Diffstat (limited to 'tools/build_bench.ts')
-rwxr-xr-xtools/build_bench.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_bench.ts b/tools/build_bench.ts
index 31f7a29a9..400737561 100755
--- a/tools/build_bench.ts
+++ b/tools/build_bench.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run
+#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run=git,cargo
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import $ from "https://deno.land/x/dax@0.32.0/mod.ts";