Skip to content

Commit ab85c85

Browse files
authored
Merge pull request softprops#73 from softprops/upgrade-rust-1.45.0
upgrade to rust 1.45.0
2 parents cb7c9da + c35dcda commit ab85c85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0-rust-1.45.0
2+
3+
* Upgrade to Rust [`1.45.0`](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html)
4+
15
# 0.3.0-rust-1.44.1
26

37
* Put unzipped `boostrap` and `bootstrap.debug` files under `target/lambda/${PROFILE}/output/${BIN}` dir

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 0.3.0
2-
RUST_VERSION ?= 1.44.1
2+
RUST_VERSION ?= 1.45.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

0 commit comments

Comments
 (0)