Switch from reading Cargo.toml to using a cli flag
Needs ReviewPublic

Authored by bgoldberg on Feb 9 2019, 7:26 AM.

Details

Reviewers
vandenoever
Summary

Trying the read Cargo.toml is unnecessary is causing bug 404127 so I removed that feature and replaced it with a cli flag that allows the user to give the rust edition.

Diff Detail

Repository
R881 Rust Qt Binding Generator
Lint
Lint Skipped
Unit
Unit Tests Skipped
bgoldberg requested review of this revision.Feb 9 2019, 7:26 AM
bgoldberg created this revision.
bgoldberg added a reviewer: vandenoever.

I think bug 404127 is fixed in 0.3.1. The bindings file states where the rust directory is. That directory contains Cargo.toml.

I appreciate the patch, but I'm not convinced that it is needed.