We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb7c9da + c35dcda commit ab85c85Copy full SHA for ab85c85
CHANGELOG.md
@@ -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
5
# 0.3.0-rust-1.44.1
6
7
* Put unzipped `boostrap` and `bootstrap.debug` files under `target/lambda/${PROFILE}/output/${BIN}` dir
Makefile
@@ -1,5 +1,5 @@
VERSION ?= 0.3.0
-RUST_VERSION ?= 1.44.1
+RUST_VERSION ?= 1.45.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments