databend
databend copied to clipboard
chore: use cargo workspace inheritance
Signed-off-by: TennyZhuang [email protected]
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
A new cargo feature stabilized in Rust 1.64, see https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace
It works well on the recent toolchain and have nice editor support on VSCode.
Deployment failed with the following error:
The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.
Announced in Rust 1.64. https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Updated |
---|---|---|---|
databend | ⬜️ Ignored (Inspect) | Sep 25, 2022 at 0:25AM (UTC) |
It seems that we may also have to bump the cargo-udeps.
Announced in Rust 1.64. https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html
We are using 1.66 (nightly) now. This feature should be available.
It seems that we may also have to bump the cargo-udeps.
Let me take a look.
Can you help upgrade cargo-udeps
to the latest version? thanks!
https://github.com/datafuselabs/databend/blob/e03366fa68babb0da237eb5609e13e04e287c3b4/scripts/setup/rust-tools.txt#L2
Wait for https://github.com/datafuselabs/databend/pull/7815
The latest cargo-udeps still requires a feature flag.