Skip to content

Commit 45df3b3

Browse files
authored
Merge pull request #55 from bryantbiggs/update-rust-version
Update Rust Version
2 parents 7123a49 + 123be38 commit 45df3b3

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,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

+1-1
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)