mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
54655fcefc
### What Upgrade to the latest version of Rust. ### How I modified `rust-toolchain.toml` and ran `cargo update`. V3_GIT_ORIGIN_REV_ID: 5fe675ee5dc568cd24de542c826ffd2d355f90ff
5 lines
248 B
TOML
5 lines
248 B
TOML
[toolchain]
|
|
channel = "1.80.1"
|
|
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
|