Skip to content

Commit ebe6a13

Browse files
committed
update to latest stable
1 parent 97cf042 commit ebe6a13

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 0.2.1-rust-1.32.0
26

37
* Added support for `BIN` env variable for naming precisely the bin to package

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 0.2.1
2-
RUST_VERSION ?= 1.32.0
2+
RUST_VERSION ?= 1.33.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

tests/test-func/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ name = "bootstrap"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
lambda_runtime = "0.1"
14+
lambda_runtime = "0.2"
1515
serde_json = "1.0"

0 commit comments

Comments
 (0)