Skip to content

Commit 24a189a

Browse files
authored
Merge pull request #36 from rust-serverless/feature/update-rust-1.58
feat: update to Rust 1.58
2 parents 8940823 + a7f2fe6 commit 24a189a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# 0.4.0-rust-1.58.0
2+
3+
* Upgrade to Rust [`1.58.0`](https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html)
4+
15
# 0.4.0-rust-1.57.0
26

3-
* Upgrade to Rust [`1.56.1`](https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html)
7+
* Upgrade to Rust [`1.57.0`](https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html)
48

59
# 0.4.0-rust-1.56.1
610

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/lambda/provided:al2
22

3-
ARG RUST_VERSION=1.57.0
3+
ARG RUST_VERSION=1.58.0
44
RUN yum install -y jq openssl-devel gcc zip
55
RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
66
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOCKER ?= docker
22
INPUT_RELEASE_VERSION ?= 0.4.0
3-
RUST_VERSION ?= 1.57.0
3+
RUST_VERSION ?= 1.58.0
44
REPO ?= rustserverless/lambda-rust
55
TAG ?= latest
66

0 commit comments

Comments
 (0)