Remove the empty [workspace] declaration.
It doesn't appear to be needed; the crate directories having Cargo.toml files appears to be sufficient.
This commit is contained in:
@@ -43,8 +43,6 @@ default = ["disas", "wasm"]
|
|||||||
disas = ["capstone"]
|
disas = ["capstone"]
|
||||||
wasm = ["wabt", "cranelift-wasm"]
|
wasm = ["wabt", "cranelift-wasm"]
|
||||||
|
|
||||||
[workspace]
|
|
||||||
|
|
||||||
# We want debug symbols on release binaries by default since it allows profiling
|
# We want debug symbols on release binaries by default since it allows profiling
|
||||||
# tools to give more accurate information. We can always strip them out later if
|
# tools to give more accurate information. We can always strip them out later if
|
||||||
# necessary.
|
# necessary.
|
||||||
|
|||||||
Reference in New Issue
Block a user