Skip to content

Commit

Permalink
bump version of serverless rust docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 25, 2018
1 parent 1200144 commit ebd272e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.3

* bump lambda rust docker version to 0.1.0-rust-1.27.0

# 0.1.2

* bump lambda rust docker version to 0.1.0-rust-1.26.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Install the plugin with npm

```bash
$ npm install [email protected].2
$ npm install [email protected].3
```

💡 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.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ServerlessPlugin {
this.custom = Object.assign(
{
cargoFlags: "",
dockerTag: "0.1.0-rust-1.26.2"
dockerTag: "0.1.0-rust-1.27.0"
},
this.serverless.service.custom && this.serverless.service.custom.rust || {}
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-rust",
"version": "0.1.2",
"version": "0.1.3",
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ebd272e

Please sign in to comment.