We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As stated here,
drink/drink/test-macro/src/contract_building.rs
Line 32 in e493471
ink-as-dependency
The problem occurs, when the:
cargo metadata returns the metadata for the workspace, not for the current crate.
cargo metadata
Actually, it seems that the only workaround would be do exclude the drink test package from the workspace.
rust-lang/cargo#7754
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As stated here,
drink/drink/test-macro/src/contract_building.rs
Line 32 in e493471
drink tries to build crate's contract, when the crate has
ink-as-dependency
feature.The problem occurs, when the:
ink-as-dependency
feature)cargo metadata
returns the metadata for the workspace, not for the current crate.Actually, it seems that the only workaround would be do exclude the drink test package from the workspace.
rust-lang/cargo#7754
The text was updated successfully, but these errors were encountered: