mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
04207e1c8f
- Use `rust-toolchain.toml` to specify tools. - Drop the unused version field from the compose files. - Use a modern Docker base for the dev-auth-webhook. - Handle signals in the test servers so `docker stop` is quick. - Upgrade Jaeger. V3_GIT_ORIGIN_REV_ID: b5fee1d5dc953a1fdb0aabd75ba02df6846b7518
5 lines
248 B
TOML
5 lines
248 B
TOML
[toolchain]
|
|
channel = "1.77.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
|