Skip to content

Commit

Permalink
Merge pull request #52 from softprops/rust-1.40.0
Browse files Browse the repository at this point in the history
upgrade to rust 1.40.0
  • Loading branch information
softprops authored Dec 29, 2019
2 parents d9c8769 + 39f6f95 commit 7123a49
Show file tree
Hide file tree
Showing 5 changed files with 1,525 additions and 437 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
IMAGE: ${{ github.repository }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
continue-on-error: true
publish:
needs: [test]
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 0.2.6-rust-1.39.0

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

# 0.2.6-rust-1.39.0

* Upgrade to Rust [`1.39.0`](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)

# 0.2.6-rust-1.38.0
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.39.0
RUST_VERSION ?= 1.40.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"

Expand Down
Loading

0 comments on commit 7123a49

Please sign in to comment.