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
workspace
In use-ink/ink#1054 @xgreenx found that if the [workspace] is removed from a contract's Cargo.toml the size decreases potentially significantly.
[workspace]
Cargo.toml
We should have cargo-contract remove the [workspace] section before building the contract.
cargo-contract
The text was updated successfully, but these errors were encountered:
delegator
Adding of empty [workspace] ignores [workspace] from a parent. So it can be a solution=)
[workspace] members = []
So I can handle that=)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In use-ink/ink#1054 @xgreenx found that if the
[workspace]
is removed from a contract'sCargo.toml
the size decreases potentially significantly.We should have
cargo-contract
remove the[workspace]
section before building the contract.The text was updated successfully, but these errors were encountered: