Skip to content

Commit 5d7fbdc

Browse files
authored
Merge pull request softprops#71 from softprops/upgrade-rust-1.44.1
upgrade to rust 1.44.1
2 parents 0990ee4 + 6aec1f0 commit 5d7fbdc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 0.2.7-rust-1.44.0
26

37
* Upgrade to Rust [`1.44.0`](https://blog.rust-lang.org/2020/06/04/Rust-1.44.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.44.0
2+
RUST_VERSION ?= 1.44.1
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

0 commit comments

Comments
 (0)