japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

cross-tag: keep cross up to date #57

Closed fenollp closed 7 years ago

fenollp commented 7 years ago

For https://github.com/japaric/trust/issues/56.

Note: the manpage for git-ls-remote does not seem to mention a sorting order. Some code is needed to ensure we get the latest tag per semver's semantics.

japaric commented 7 years ago

Thanks, @fenollp

fenollp commented 7 years ago

Sure! I had that lying around anyway :)