mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
0c52ca1d2e
<!-- The PR description should answer 2 important questions: --> ### What Update Rust to [1.81.0](https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html). ### How Update `rust-toolchain.yaml` and Dockerfiles V3_GIT_ORIGIN_REV_ID: 8a1fe694caaded7a12220d2460e66009f969227a
5 lines
248 B
TOML
5 lines
248 B
TOML
[toolchain]
|
|
channel = "1.81.0"
|
|
profile = "default" # see https://rust-lang.github.io/rustup/concepts/profiles.html
|
|
components = ["llvm-tools-preview", "rust-analyzer", "rust-src"] # see https://rust-lang.github.io/rustup/concepts/components.html
|