diff options
Diffstat (limited to 'tools/release/02_publish_dependency_crates.ts')
-rwxr-xr-x | tools/release/02_publish_dependency_crates.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/02_publish_dependency_crates.ts b/tools/release/02_publish_dependency_crates.ts index d325f86a2..44b5fe969 100755 --- a/tools/release/02_publish_dependency_crates.ts +++ b/tools/release/02_publish_dependency_crates.ts @@ -1,5 +1,5 @@ #!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo --allow-net=crates.io -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { DenoWorkspace, getCratesPublishOrder } from "./helpers/mod.ts"; const workspace = await DenoWorkspace.load(); |