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

maker-panel: bump dependency to fix compilation error #309507

Merged
merged 1 commit into from
May 6, 2024

Commits on May 6, 2024

  1. maker-panel: bump dependency to fix compilation error

    One of the dependencies of this crate, `num-bigint`, fails to compile on
    Rust versions >=1.73 due to a name conflict (see rust-num/num-bigint#219).
    
    This commit fixes the compilation failure by bumping the `gerber-types`
    dependency to 0.3, which includes a newer version of `num-bigint` that
    compiles with the latest `rustc`.
    pluiedev committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4ed944d View commit details
    Browse the repository at this point in the history