mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
64657639d4
<!-- Thank you for submitting this PR! :) --> ## Description Upgrade Rust, as a treat. Functional no-op. --------- Co-authored-by: Samir Talwar <samir@functional.computer> V3_GIT_ORIGIN_REV_ID: 1e0014049e89b8658326c8d8f652df800c415526
5 lines
248 B
TOML
5 lines
248 B
TOML
[toolchain]
|
|
channel = "1.79.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
|