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 b3418e6 + 8bb89a7 commit 23e75deCopy full SHA for 23e75de
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.2.7-rust-1.43.1
2
+
3
+* Upgrade to Rust [`1.43.1](https://blog.rust-lang.org/2020/05/07/Rust.1.43.1.html)
4
# 0.2.7-rust-1.43.0
5
6
* Upgrade to Rust [`1.43.0`](https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html)
Makefile
@@ -1,5 +1,5 @@
VERSION ?= 0.2.7
-RUST_VERSION ?= 1.43.0
+RUST_VERSION ?= 1.43.1
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments