Skip to content

Commit dbb2403

Browse files
committed
bump rust to 1.44.0
1 parent 23e75de commit dbb2403

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 0.2.7-rust-1.44.0
2+
3+
* Upgrade to Rust [`1.44.0`](https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html)
4+
15
# 0.2.7-rust-1.43.1
26

3-
* Upgrade to Rust [`1.43.1](https://blog.rust-lang.org/2020/05/07/Rust.1.43.1.html)
7+
* Upgrade to Rust [`1.43.1`](https://blog.rust-lang.org/2020/05/07/Rust.1.43.1.html)
48
# 0.2.7-rust-1.43.0
59

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

Makefile

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

0 commit comments

Comments
 (0)