Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 16, 2019
1 parent 165fe31 commit f907d94
Show file tree
Hide file tree
Showing 5 changed files with 1,710 additions and 226 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
const { homedir } = require("os");
const path = require("path");

const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.34.1";
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.35.0";
const RUST_RUNTIME = "rust";
const BASE_RUNTIME = "provided";
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };
Expand Down
Loading

0 comments on commit f907d94

Please sign in to comment.