Skip to content

Commit 6981479

Browse files
committed
update lambda-rust image and serverless versions
1 parent a75638e commit 6981479

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# ⚡ 0.1.7
2+
3+
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.1.0-rust-1.30.1, to make the new default Rust 1.30.1 (the latest release of Rust at this time)
4+
* bumb serverless version to [1.33.2](https://github.com/serverless/serverless/blob/master/CHANGELOG.md#1332-18112018) ( the latest serverless release at this time)
5+
16
# ⚡ 0.1.6
27

38
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.1.0-rust-1.28.0, to make the new default Rust 1.28.0 (the latest release of Rust at this time)

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ServerlessPlugin {
2323
this.custom = Object.assign(
2424
{
2525
cargoFlags: "",
26-
dockerTag: "0.1.0-rust-1.28.0"
26+
dockerTag: "0.1.0-rust-1.30.1"
2727
},
2828
this.serverless.service.custom && this.serverless.service.custom.rust || {}
2929
);

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-rust",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"fs-copy-file-sync": "^1.1.1",
2727
"fs-extra": "^5.0.0",
28-
"serverless": "^1.32.0"
28+
"serverless": "^1.33.2"
2929
},
3030
"devDependencies": {
3131
"eslint": "^4.19.1"

0 commit comments

Comments
 (0)