mcgoo / cargo-vcpkg

Get external dependencies in one step by specifying vcpkg details in Cargo.toml
Apache License 2.0
39 stars 6 forks source link

0.1.6 release #6

Closed waych closed 3 years ago

waych commented 3 years ago

This PR finalizes preparation of the mcgoo/cargo-vcpkg tree for the first release from this location.

This updates the tree to build cleanly with the latest rust and cargo-metadata dependencies, and disables a test that was added while @mcgoo was addressing #1 (unfinished).

Motivation for getting this done is so that the vcpkg-rs repo can then be reorganized to address packaging issues mcgoo/vcpkg-rs#33 and mcgoo/vcpkg-rs#35.

waych commented 3 years ago

I packed all the necessary changes into this single PR, whereas normally one would do the version release dance separately. @mcgoo already shared publish rights on crates.io, however in this case I do not have write access to this particular repo (I do for mcgoo/vcpkg-rs).