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

Fix compile when install the newest version #1232

Closed
wants to merge 1 commit into from

Commits on May 31, 2023

  1. Fix compile when install the newest version

    cargo install flutter_rust_bridge_codegen v1.77.1
    ```
       Compiling flutter_rust_bridge_codegen v1.77.1
    error[E0451]: field `config_path` of struct `Config` is private
       |
    99 |         ..Default::default()
       |           ^^^^^^^^^^^^^^^^^^ field `config_path` is private
    
    For more information about this error, try `rustc --explain E0451`.
    error: could not compile `flutter_rust_bridge_codegen` due to previous error
    warning: build failed, waiting for other jobs to finish...
    error: failed to compile `flutter_rust_bridge_codegen v1.77.1`, intermediate artifacts can be found at
    ```
    PonyPC authored May 31, 2023
    Configuration menu
    Copy the full SHA
    cebc9a2 View commit details
    Browse the repository at this point in the history