Skip to content

Commit 7123a49

Browse files
authored
Merge pull request #52 from softprops/rust-1.40.0
upgrade to rust 1.40.0
2 parents d9c8769 + 39f6f95 commit 7123a49

File tree

5 files changed

+1525
-437
lines changed

5 files changed

+1525
-437
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
IMAGE: ${{ github.repository }}
2121
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
2222
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
23+
continue-on-error: true
2324
publish:
2425
needs: [test]
2526
runs-on: ubuntu-latest

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 0.2.6-rust-1.39.0
22

3+
* Upgrade to Rust [`1.40.0`](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
4+
5+
# 0.2.6-rust-1.39.0
6+
37
* Upgrade to Rust [`1.39.0`](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)
48

59
# 0.2.6-rust-1.38.0

Makefile

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

0 commit comments

Comments
 (0)