Skip to content

Commit 27d674c

Browse files
committed
build: rust v1.83.0
1 parent de9b376 commit 27d674c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=1.82.0
1+
ARG VERSION=1.83.0
22

33
FROM rust:${VERSION} AS build
44

parser/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.83.0"
33
targets = ["wasm32-unknown-unknown"]
44
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)