AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
204 stars 66 forks source link

Doesn't seem to build on travis from the metadeps switch. #57

Closed emilio closed 7 years ago

emilio commented 7 years ago

See https://travis-ci.org/servo/rust-azure/builds/192097103 (https://github.com/servo/rust-azure/pull/253).

Concretely, the error is "Requested \'x11 >= 1.6\' but version of X11 is 1.4.99.1". This used to work, so I guess it's safe to downgrade the minimum required version?

ghost commented 7 years ago

Interesting. My Linux boxes all have version 1.6.4. I published the change as version 1.12.1, and it still built for me. There was no required version before the metadeps change, so this shouldn't cause any problems. Hopefully we won't run into any more version problems.

emilio commented 7 years ago

That seemed to help, thanks! :)