mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
0dff3ea3a2
Bump Rust compiler to [1.78.0](https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html). Fix a few new warnings. Functional no-op. V3_GIT_ORIGIN_REV_ID: 3d8f0626ebb988fb7bd80ad8aa5d6c2d8c3d7f24
5 lines
248 B
TOML
5 lines
248 B
TOML
[toolchain]
|
|
channel = "1.78.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
|