Skip to content

Commit f907d94

Browse files
committed
update deps
1 parent 165fe31 commit f907d94

File tree

5 files changed

+1710
-226
lines changed

5 files changed

+1710
-226
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
88
const { homedir } = require("os");
99
const path = require("path");
1010

11-
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.34.1";
11+
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.35.0";
1212
const RUST_RUNTIME = "rust";
1313
const BASE_RUNTIME = "provided";
1414
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };

0 commit comments

Comments
 (0)