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

Fix compilation on OS X #12

Closed tbu- closed 8 years ago

tbu- commented 8 years ago
src/xdg.rs:270:73: 270:84 error: mismatched types:
 expected `u32`,
    found `u16`
(expected u32,
    found u16) [E0308]

See https://travis-ci.org/rust-lang/cargo/jobs/98905090.

cpjolicoeur commented 8 years ago

Has there been a new build that includes this? I'm just using the git tag in my Cargo file for now.

whitequark commented 8 years ago

Pushed -pre7

cpjolicoeur commented 8 years ago

wow, thanks for the fast response.

+1