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 7123a49 + 123be38 commit 45df3b3Copy full SHA for 45df3b3
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-# 0.2.6-rust-1.39.0
+# 0.2.6-rust-1.41.0
2
+
3
+* Upgrade to Rust [`1.41.0`](https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html)
4
5
+# 0.2.6-rust-1.40.0
6
7
* Upgrade to Rust [`1.40.0`](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
8
Makefile
@@ -1,5 +1,5 @@
VERSION ?= 0.2.6
-RUST_VERSION ?= 1.40.0
+RUST_VERSION ?= 1.41.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments