Skip to content

Commit 14cb020

Browse files
authored
merge: Merge pull request #3 from jerusdp/rust-1.55.0
- Makefile updated to use Rust 1.55.0 as the default version Tested: - Local tests
2 parents a43db23 + 4aef9db commit 14cb020

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)