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 0990ee4 + 6aec1f0 commit 5d7fbdcCopy full SHA for 5d7fbdc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.7-rust-1.44.1
2
+
3
+* Upgrade to Rust [`1.44.1`](https://blog.rust-lang.org/2020/06/18/Rust.1.44.1.html)
4
5
# 0.2.7-rust-1.44.0
6
7
* Upgrade to Rust [`1.44.0`](https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html)
Makefile
@@ -1,5 +1,5 @@
VERSION ?= 0.2.7
-RUST_VERSION ?= 1.44.0
+RUST_VERSION ?= 1.44.1
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments