Skip to content

Commit 5219edf

Browse files
authoredMar 10, 2019
Merge pull request #26 from softprops/latest-stable
update to latest stable lambda-rust docker image
2 parents 40f4743 + b35fd90 commit 5219edf

File tree

5 files changed

+316
-3990
lines changed

5 files changed

+316
-3990
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ⚡ 0.3.1
2+
3+
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.33.0
4+
15
# ⚡ 0.3.0
26

37
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.32.0, fixing a bug where cargo binaries named `bootstrap` weren't getting packaged. Reminder: this plugin renames binaries to `bootstrap` for the lambda runtime for you. You don't have do to this manually in your Cargo configuration. This also introduces an effiency in the way binaries are identified for packaging that may help some windows users.

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
const { spawnSync } = require("child_process");
88
const path = require("path");
99

10-
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.32.0";
10+
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.33.0";
1111
const RUST_RUNTIME = "rust";
1212
const BASE_RUNTIME = "provided";
1313
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-rust",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Failed to load comments.