We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97cf042 + ebe6a13 commit 18f1003Copy full SHA for 18f1003
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.1-rust-1.33.0 (unreleased)
2
+
3
+* Upgrade to Rust [`1.33.0`](https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html)
4
5
# 0.2.1-rust-1.32.0
6
7
* Added support for `BIN` env variable for naming precisely the bin to package
Makefile
@@ -1,5 +1,5 @@
VERSION ?= 0.2.1
-RUST_VERSION ?= 1.32.0
+RUST_VERSION ?= 1.33.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
tests/test-func/Cargo.toml
@@ -11,5 +11,5 @@ name = "bootstrap"
11
path = "src/main.rs"
12
13
[dependencies]
14
-lambda_runtime = "0.1"
+lambda_runtime = "0.2"
15
serde_json = "1.0"
0 commit comments