Files
greptimedb/rust-toolchain.toml
Ning Sun 55b0022676 chore: make nix compilation environment config more robust (#5183)
* chore: improve nix-shell support

* fix: add pkg-config

* ci: add a github action to ensure build on clean system

* ci: optimise dependencies of task

* ci: move clean build to nightly
2024-12-20 14:12:19 +08:00

4 lines
74 B
TOML

[toolchain]
channel = "nightly-2024-10-19"
components = ["rust-analyzer"]