phirecc / mlvd

A minimal Mullvad WireGuard client
MIT License
5 stars 0 forks source link

mlvd doesn't compile from the AUR #1

Closed emk2203 closed 1 year ago

emk2203 commented 1 year ago

I used the AUR package to install mlvd. Choosing rust for the cargo dependency, I get:

Compiling mlvd v0.1.0 (/home/emk2203/.cache/yay/mlvd/src/mlvd-0.4)
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/main.rs:1:12
  |
1 | #![feature(file_set_times)]
  |            ^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `mlvd` due to previous error.
phirecc commented 1 year ago

Thanks for catching this, the package should depend on cargo-nightly instead of cargo. I pushed an update and it should work now

emk2203 commented 1 year ago

Works good now after the update of the package. Closing issue.