Skip to content

Commit

Permalink
bump rust lambda version
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 12, 2018
1 parent 6b6657d commit 79ec99d
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.6

* 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)

# ⚡ 0.1.5

* ensure only a unique set of artifacts are collected for cleanup
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].5
$ npm install [email protected].6
```

💡 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 @@ -23,7 +23,7 @@ class ServerlessPlugin {
this.custom = Object.assign(
{
cargoFlags: "",
dockerTag: "0.1.0-rust-1.27.2"
dockerTag: "0.1.0-rust-1.28.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.5",
"version": "0.1.6",
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 79ec99d

Please sign in to comment.