Skip to content

Commit 4aef9db

Browse files
committed
Makefile updated to use Rust 1.55.0 as the default version
1 parent a43db23 commit 4aef9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DOCKER ?= docker
2-
RUST_VERSION ?= 1.54.0
2+
RUST_VERSION ?= 1.55.0
33
REPO ?= rustserverless/lambda-rust
44

55
publish: build

0 commit comments

Comments
 (0)