mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
* feat: allow alternative version string * refactor: rename original version function to verbose_version Signed-off-by: Ning Sun <sunning@greptime.com> --------- Signed-off-by: Ning Sun <sunning@greptime.com> Signed-off-by: evenyag <realevenyag@gmail.com>
18 lines
328 B
TOML
18 lines
328 B
TOML
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
|
|
[alias]
|
|
sqlness = "run --bin sqlness-runner --"
|
|
|
|
[unstable.git]
|
|
shallow_index = true
|
|
shallow_deps = true
|
|
[unstable.gitoxide]
|
|
fetch = true
|
|
checkout = true
|
|
list_files = true
|
|
internal_use_git2 = false
|
|
|
|
[env]
|
|
CARGO_WORKSPACE_DIR = { value = "", relative = true }
|