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

build broken: configure_me_codegen retroactively reserved bind_host #519

Closed
avantgardnerio opened this issue Nov 17, 2022 · 0 comments · Fixed by #520
Closed

build broken: configure_me_codegen retroactively reserved bind_host #519

avantgardnerio opened this issue Nov 17, 2022 · 0 comments · Fixed by #520
Labels
bug Something isn't working

Comments

@avantgardnerio
Copy link
Contributor

Describe the bug

The master build is broken because configure_me_codegen released a breaking change somewhere after 0.4.0 which is causing our builds to fail because they "reserved" the bind_host parameter name (which we use).

To Reproduce

rm Cargo.lock
cargo clean
cargo build

Expected behavior

The build works.

Additional context

We should follow up by dropping this crate, or renaming our parameter and unpinning the old version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant