Skip to content

Commit

Permalink
upgrade npm and lambda-rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 13, 2019
1 parent 2068de7 commit 044998b
Show file tree
Hide file tree
Showing 4 changed files with 542 additions and 803 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ⚡ 0.3.5 (unreleased)
# ⚡ 0.3.6

* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.36.0 to gain [new rust 1.36.0 features](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html).

# ⚡ 0.3.5

* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.35.0 to gain [new rust 1.35.0 features](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html).

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { spawnSync } = require("child_process");
const { homedir } = require("os");
const path = require("path");

const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.35.0";
const DEFAULT_DOCKER_TAG = "0.2.1-rust-1.36.0";
const RUST_RUNTIME = "rust";
const BASE_RUNTIME = "provided";
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };
Expand Down
Loading

0 comments on commit 044998b

Please sign in to comment.