jD91mZM2 / xidlehook

GitLab: https://gitlab.com/jD91mZM2/xidlehook
MIT License
387 stars 33 forks source link

Issue compiling #11

Closed chopfitzroy closed 5 years ago

chopfitzroy commented 5 years ago

When trying to compile on Debian I get the following error:

Compiling xidlehook v0.6.0 (file:///home/otis/Developer/xidlehook)
error[E0658]: `crate` in paths is experimental (see issue #45477)
 --> src/x11api.rs:1:5
  |
1 | use crate::MyError;
  |     ^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `xidlehook`.

To learn more, run the command again with --verbose

cargo version: 1.28.0 rustc version: 1.28.0

jD91mZM2 commented 5 years ago

Update rust to 1.30 :)

chopfitzroy commented 5 years ago

Awesome, sorry I should have closed this earlier.