Skip to content

Commit 9d99991

Browse files
committed
bump lambda rust
1 parent 3f83389 commit 9d99991

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ⚡ 0.4.0 (unreleased)
2+
3+
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.6-rust-1.43.0`
4+
15
# ⚡ 0.3.7
26

37
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.6-rust-1.39.0` to gain rust [1.37.0](https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html), [1.38.0](https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html), and [1.39.0](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html) features and dropping over 200 megabytes from previous docker images.

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.6-rust-1.39.0";
11+
const DEFAULT_DOCKER_TAG = "0.2.6-rust-1.43.0";
1212
const DEFAULT_DOCKER_IMAGE = "softprops/lambda-rust";
1313
const RUST_RUNTIME = "rust";
1414
const BASE_RUNTIME = "provided";

0 commit comments

Comments
 (0)