Skip to content

Commit ebd272e

Browse files
committed
bump version of serverless rust docker image
1 parent 1200144 commit ebd272e

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.3
2+
3+
* bump lambda rust docker version to 0.1.0-rust-1.27.0
4+
15
# 0.1.2
26

37
* bump lambda rust docker version to 0.1.0-rust-1.26.2

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].2
11+
$ npm install [email protected].3
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
@@ -22,7 +22,7 @@ class ServerlessPlugin {
2222
this.custom = Object.assign(
2323
{
2424
cargoFlags: "",
25-
dockerTag: "0.1.0-rust-1.26.2"
25+
dockerTag: "0.1.0-rust-1.27.0"
2626
},
2727
this.serverless.service.custom && this.serverless.service.custom.rust || {}
2828
);

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.2",
3+
"version": "0.1.3",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)