Skip to content

Commit 79ec99d

Browse files
committed
bump rust lambda version
1 parent 6b6657d commit 79ec99d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ⚡ 0.1.6
2+
3+
* 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)
4+
15
# ⚡ 0.1.5
26

37
* ensure only a unique set of artifacts are collected for cleanup

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Install the plugin with npm
99

1010
```bash
11-
$ npm install [email protected].5
11+
$ npm install [email protected].6
1212
```
1313

1414
💡 This serverless plugin assumes you are building Rustlang lambdas using the [lando](https://github.com/softprops/lando) or [crowbar](https://github.com/ilianaw/rust-crowbar) rustlang crates.

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.27.2"
26+
dockerTag: "0.1.0-rust-1.28.0"
2727
},
2828
this.serverless.service.custom && this.serverless.service.custom.rust || {}
2929
);

package.json

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

0 commit comments

Comments
 (0)