rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.24k stars 49 forks source link

Update cpp_to_rust_common bincode dependency version #54

Closed dant3 closed 7 years ago

dant3 commented 7 years ago

bincode 0.7.0 is actually non-yanked 1.0.0-alpha7, which in turn has some fixes on top of 1.0.0-alpha6. Currently you can't use qt crates simply due to yanked transitive dependency on bincode. This change fixes that.

Riateche commented 7 years ago

Thanks!