Skip to content

Commit 23e75de

Browse files
authored
Merge pull request softprops#65 from softprops/bump-rust-version-1.43.1
bump rust version
2 parents b3418e6 + 8bb89a7 commit 23e75de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
14
# 0.2.7-rust-1.43.0
25

36
* Upgrade to Rust [`1.43.0`](https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html)

Makefile

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

0 commit comments

Comments
 (0)