Skip to content

Commit eea731b

Browse files
committed
bump rust version
1 parent 6975094 commit eea731b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.0-rust-1.31.2 (unreleased)
2+
3+
* Upgrade to Rust `1.13.2`
4+
15
# 0.2.0-rust-1.31.1
26

37
* Upgrade to Rust `1.13.1`

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://github.com/ilianaw/rust-crowbar/issues/20
22
# https://github.com/lambci/docker-lambda#documentation
33
FROM lambci/lambda:build-provided
4-
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.31.1
4+
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.31.2
55
ADD build.sh /usr/local/bin/
66
VOLUME ["/code"]
77
WORKDIR /code

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 0.2.0
2-
RUST_VERSION ?= 1.31.1
2+
RUST_VERSION ?= 1.31.2
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

0 commit comments

Comments
 (0)