We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9c8769 + 39f6f95 commit 7123a49Copy full SHA for 7123a49
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
IMAGE: ${{ github.repository }}
21
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
22
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
23
+ continue-on-error: true
24
publish:
25
needs: [test]
26
runs-on: ubuntu-latest
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 0.2.6-rust-1.39.0
2
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
7
* Upgrade to Rust [`1.39.0`](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)
8
9
# 0.2.6-rust-1.38.0
Makefile
@@ -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)"
0 commit comments