Skip to content

Commit e787e79

Browse files
authoredNov 8, 2019
Merge pull request #60 from softprops/upgrade-1.39.0
upgrade to rust 1.39.0
2 parents cf459f0 + cf9c547 commit e787e79

File tree

8 files changed

+1125
-1841
lines changed

8 files changed

+1125
-1841
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⚡ 0.3.7
22

3-
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.6-rust-1.38.0` to gain rust [1.37.0](https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html) and [1.38.0](https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html) features and dropping over 200 megabytes from previous docker images.
3+
* 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.
44
* This plugin now respects your `CARGO_HOME` environment variable if set [#46](https://github.com/softprops/serverless-rust/pull/46). This is useful when you for cases where where you do not have cache cargo artifacts in your `${HOME}/.cargo` directory.
55

66
# ⚡ 0.3.6

‎index.js

+1-1
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.38.0";
11+
const DEFAULT_DOCKER_TAG = "0.2.6-rust-1.39.0";
1212
const RUST_RUNTIME = "rust";
1313
const BASE_RUNTIME = "provided";
1414
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };

‎package-lock.json

+174-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"fs-copy-file-sync": "^1.1.1",
2828
"fs-extra": "^8.1.0",
29-
"serverless": "^1.56.1"
29+
"serverless": "^1.57.0"
3030
},
3131
"devDependencies": {
3232
"eslint": "^6.5.1",

0 commit comments

Comments
 (0)
Failed to load comments.