We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349df36 commit be1b39fCopy full SHA for be1b39f
index.js
@@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
8
const { homedir } = require("os");
9
const path = require("path");
10
11
-const DEFAULT_DOCKER_TAG = "0.2.4-rust-1.38.0";
+const DEFAULT_DOCKER_TAG = "0.2.5-rust-1.38.0";
12
const RUST_RUNTIME = "rust";
13
const BASE_RUNTIME = "provided";
14
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };
0 commit comments