Skip to content

Commit db0d6e1

Browse files
committed
Merge branch 'master' of github.com:softprops/serverless-rust into fix-invoke-local
2 parents e27bce2 + 48ad2ef commit db0d6e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ⚡ 0.3.4
22

33
- fix a `npx serverless invoke local` for versions of serverless framework `1.40.*` which now emit `package` events as within `invokeLocal` events.
4+
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.34.1 to gain [new rust 1.34.1 features](https://blog.rust-lang.org/2019/04/25/Rust-1.34.1.html).
45

56
# ⚡ 0.3.3
67

index.js

Lines changed: 1 addition & 1 deletion
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.34.0";
10+
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.34.1";
1111
const RUST_RUNTIME = "rust";
1212
const BASE_RUNTIME = "provided";
1313
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)