diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-16 20:33:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 20:33:14 -0400 |
commit | 92bb25105822d0def65aa89ee5141c862ac7a3e4 (patch) | |
tree | c3bceebc7da2e90165c985da9f2836ad4808449f /tools/release/deps.ts | |
parent | f7ab41583e2bb4425ce7ac89b123089d0f07836a (diff) |
chore: release script should automatically figure out CLI crate dependencies (#13992)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts index 5e249c1cf..86f1db10f 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,3 +1,3 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. -export * from "https://raw.githubusercontent.com/denoland/automation/0.4.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.5.0/mod.ts"; |