gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

Update versions in Travis/AppVeyor configuration #130

Closed sdroege closed 5 years ago

sdroege commented 5 years ago

And also run tests with default features for all the crates.

EPashkin commented 5 years ago

Your gir repo has changes "Generated by gir (https://github.com/gtk-rs/gir @ 4a198d9+)"

sdroege commented 5 years ago

Your gir repo has changes "Generated by gir (https://github.com/gtk-rs/gir @ 4a198d9+)"

What do you mean?

sdroege commented 5 years ago

I see. I can't reproduce this here unfortunately. Where does that come from?

sdroege commented 5 years ago

I mean, make regen_check finishes without any diff at the end here.

EPashkin commented 5 years ago

Strange error, don't understand it reason, restarted job just in case

EPashkin commented 5 years ago

Found problem, new cargo add comment in lock file. @sdroege please update gir to 27232165a279c49da2e740e3d3eee2b014ba5516

+++ b/Cargo.lock
@@ -1,3 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
 [[package]]
 name = "aho-corasick"
sdroege commented 5 years ago

Done, thanks for finding the reason :)

sdroege commented 5 years ago

@GuillaumeGomez all green

GuillaumeGomez commented 5 years ago

Thanks!