You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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" thebind_host
parameter name (which we use).To Reproduce
Expected behavior
The build works.
Additional context
We should follow up by dropping this crate, or renaming our parameter and unpinning the old version.
The text was updated successfully, but these errors were encountered: