mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
* build: upgrade etcd-client to 0.12.2 Signed-off-by: tison <wander4096@gmail.com> * upgrade nightly toolchain Signed-off-by: tison <wander4096@gmail.com> * chore: run clippy Signed-off-by: tison <wander4096@gmail.com> * Update Cargo.toml Co-authored-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com> Co-authored-by: Ning Sun <classicning@gmail.com>
16 lines
338 B
TOML
16 lines
338 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[alias]
|
|
sqlness = "run --bin sqlness-runner --"
|
|
|
|
|
|
[build]
|
|
rustflags = [
|
|
# lints
|
|
# TODO: use lint configuration in cargo https://github.com/rust-lang/cargo/issues/5034
|
|
"-Wclippy::print_stdout",
|
|
"-Wclippy::print_stderr",
|
|
"-Wclippy::implicit_clone",
|
|
]
|