Skip to content

Commit 123be38

Browse files
committed
Update Rust Version
- Update Rust version to 1.41
1 parent 7123a49 commit 123be38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 0.2.6-rust-1.39.0
1+
# 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
26

37
* Upgrade to Rust [`1.40.0`](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
48

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 0.2.6
2-
RUST_VERSION ?= 1.40.0
2+
RUST_VERSION ?= 1.41.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

0 commit comments

Comments
 (0)