whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
154 stars 30 forks source link

Make the library run on 1.2.0 and stable #7

Closed tbu- closed 8 years ago

tbu- commented 8 years ago

Relevant for https://github.com/rust-lang/cargo/pull/2127.

tbu- commented 8 years ago

I installed multirust and tested this locally, should work. The tests don't compile on stable/1.2.0.

Fixes the errors reported at https://travis-ci.org/rust-lang/cargo/builds/90258059.

whitequark commented 8 years ago

LGTM, do you think you could also update .travis.yml to include stable?

tbu- commented 8 years ago

The tests currently don't compile on stable, should I fix that too?

tbu- commented 8 years ago

@whitequark Tests run on all versions now.

whitequark commented 8 years ago

Wonderful, thanks!

whitequark commented 8 years ago

Released pre5.

tbu- commented 8 years ago

Thanks for responding so quickly all the time! The cargo PR passes all its tests now.