build error
#826
-
There have some error when I execute cargo build.
error: failed to load manifest for workspace member `/Users/zhaozhenhang/Desktop/test/rust/greptimedb/benchmarks`
Caused by:
failed to parse manifest at `/Users/zhaozhenhang/Desktop/test/rust/greptimedb/benchmarks/Cargo.toml`
Caused by:
feature `workspace-inheritance` is required
The package requires the Cargo feature called `workspace-inheritance`, but that feature is not stabilized in this version of Cargo (1.64.0-nightly (b1dd22e66 2022-07-09)).
Consider adding `cargo-features = ["workspace-inheritance"]` to the top of Cargo.toml (above the [package] table) to tell Cargo you are opting in to use this unstable feature.
See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#workspace-inheritance for more information about the status of this feature.
active toolchain
----------------
nightly-2022-07-14-x86_64-apple-darwin (directory override for '/Users/zhaozhenhang/Desktop/test/rust/greptimedb')
rustc 1.64.0-nightly (87588a2af 2022-07-13) |
Beta Was this translation helpful? Give feedback.
Answered by
waynexia
Jan 4, 2023
Replies: 1 comment
-
Thanks for your feedback, our toolchain is updated to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tisonkun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your feedback, our toolchain is updated to
nightly-2022-12-20
https://github.com/GreptimeTeam/greptimedb/blob/develop/rust-toolchain