Skip to content

Commit 044998b

Browse files
committed
upgrade npm and lambda-rust deps
1 parent 2068de7 commit 044998b

File tree

4 files changed

+542
-803
lines changed

4 files changed

+542
-803
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# ⚡ 0.3.5 (unreleased)
1+
# ⚡ 0.3.6
2+
3+
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.36.0 to gain [new rust 1.36.0 features](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html).
4+
5+
# ⚡ 0.3.5
26

37
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.35.0 to gain [new rust 1.35.0 features](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html).
48

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.35.0";
11+
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.36.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)