Skip to content

Commit

Permalink
Merge pull request #55 from bryantbiggs/update-rust-version
Browse files Browse the repository at this point in the history
Update Rust Version
  • Loading branch information
softprops authored Feb 10, 2020
2 parents 7123a49 + 123be38 commit 45df3b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.2.6-rust-1.39.0
# 0.2.6-rust-1.41.0

* Upgrade to Rust [`1.41.0`](https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html)

# 0.2.6-rust-1.40.0

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION ?= 0.2.6
RUST_VERSION ?= 1.40.0
RUST_VERSION ?= 1.41.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"

Expand Down

0 comments on commit 45df3b3

Please sign in to comment.