UnifiedPush / gotify-dbus-rust

MIT License
0 stars 2 forks source link

dirty fixes to get it running #5

Closed genofire closed 2 years ago

genofire commented 3 years ago

fix #4

vurpo commented 2 years ago

This looks like it only fixes some warnings that weren't the actual error you received? The error in your log was that it requires nightly Rust to run. Just rustup override add nightly to set this crate to use nightly instead of stable.