We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9b376 commit 27d674cCopy full SHA for 27d674c
parser/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG VERSION=1.82.0
+ARG VERSION=1.83.0
2
3
FROM rust:${VERSION} AS build
4
parser/rust-toolchain.toml
[toolchain]
-channel = "1.82.0"
+channel = "1.83.0"
targets = ["wasm32-unknown-unknown"]
components = ["rustfmt", "clippy"]
0 commit comments