Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 1, 2022
1 parent 23dc09e commit 0626ba8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-exec"
version = "0.3.0"
version = "0.3.1"
authors = ["Alex Zherebtsov <[email protected]>", "David Sherret <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-exec"
Expand Down
6 changes: 3 additions & 3 deletions scripts/create_plugin_file.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as path from "https://deno.land/std@0.130.0/path/mod.ts";
import { extractCargoVersion, processPlugin } from "https://raw.githubusercontent.com/dprint/automation/0.3.0/mod.ts";
import * as path from "https://deno.land/std@0.146.0/path/mod.ts";
import { extractCargoVersion, processPlugin } from "https://raw.githubusercontent.com/dprint/automation/0.4.0/mod.ts";

const currentDirPath = path.dirname(path.fromFileUrl(import.meta.url));
const cargoFilePath = path.join(currentDirPath, "../", "Cargo.toml");
Expand All @@ -10,8 +10,8 @@ await processPlugin.createDprintOrgProcessPlugin({
platforms: [
"darwin-aarch64",
"darwin-x86_64",
"linux-x86_64",
"linux-aarch64",
"linux-x86_64",
"windows-x86_64",
],
isTest: Deno.args.some(a => a == "--test"),
Expand Down

0 comments on commit 0626ba8

Please sign in to comment.