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

Dyn trait v2.7 #432

Closed
wants to merge 3 commits into from
Closed

Dyn trait v2.7 #432

wants to merge 3 commits into from

Conversation

bacek
Copy link
Contributor

@bacek bacek commented Jul 22, 2019

Proposed quick fix for #414. I tested is with this:

    protoc_rust::run(protoc_rust::Args {
        input: &[...],
        includes: &[...],
        out_dir: "src/proto",
        customize: Customize {
            serde_derive: Some(true),
            dyn_trait: Some(true),
            ..Default::default()
        },
    })
    .expect("Failed to compile Protobuf definitions!");

@stepancheg
Copy link
Owner

Should work without option since df9780f.

@bacek
Copy link
Contributor Author

bacek commented Jul 23, 2019

It does.

@bacek bacek closed this Jul 23, 2019
@bacek bacek deleted the dyn_trait_v2.7 branch July 23, 2019 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants