aweinstock314 / rust-clipboard

System Clipboard interfacing library in Rust
Apache License 2.0
361 stars 72 forks source link

Update to Rust edition 2018 #74

Open timvisee opened 4 years ago

timvisee commented 4 years ago

This PR updates the project to Rust edition 2018.

The Travis CI build currently fails due to missing dependencies in CI. This is fixed separately in #73 .

mcobzarenco commented 4 years ago

I found myself doing the same thing (+ running cargo fmt) as groundwork for adding Send bounds to the Error types -- now I'm wondering if this project is still actively maintained?

timvisee commented 4 years ago

I'm afraid it isn't. The fork copypasta is actively maintained though.

mcobzarenco commented 4 years ago

Thanks for pointing that out :100: - I was in the process of making making a fork myself!