Skip to content
New issue

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

Use new dependency resolver for template contract #325

Merged
merged 3 commits into from
Aug 11, 2021

Conversation

HCastano
Copy link
Contributor

@HCastano HCastano commented Aug 9, 2021

By default, Cargo's dependency resolver leaks std features from dev-dependencies into
no_std builds. This results in confusing errors messages such as the one in
use-ink/ink#889.

To avoid issues like this we can use the new(ish) dependency resolver, which doesn't leak
features from dev-dependencies into the regular build. You can read more about it here.

@HCastano HCastano added the enhancement New feature or request label Aug 9, 2021
@HCastano HCastano changed the title Use new dependency resolver Use new dependency resolver for template contract Aug 9, 2021
@HCastano HCastano requested a review from cmichi August 9, 2021 19:06
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Michael Müller <michi@parity.io>
@HCastano HCastano merged commit 5af44eb into master Aug 11, 2021
@HCastano HCastano deleted the hc-switch-default-resolver branch August 11, 2021 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants