manuels / wg-p2p-nm-plugin

A NetworkManager VPN plugin for WireGuard
9 stars 2 forks source link

Please supply versions for dependencies #3

Open shimunn opened 5 years ago

shimunn commented 5 years ago

Hi,

I've just tried to build this project, but it seems like some incompatibilities arose since with some of the latest dependencies. This could be solved if could add version to Cargo.toml or by providing your Cargo.lock.

cargo build
error: multiple packages link to native library `glib`, but a native library can be linked only once

package `glib-sys v0.5.0`
    ... which is depended on by `gobject-sys v0.5.0`
    ... which is depended on by `gdbus v0.0.2 (https://github.com/manuels/gdbus-rs#b6831ee9)`
    ... which is depended on by `wg-p2p-nm-plugin v0.1.0 (/tmp/wg-p2p-nm-plugin)`
links to native library `glib`

package `glib-sys v0.7.0`
    ... which is depended on by `pango v0.5.0`
    ... which is depended on by `gdk v0.9.0`
    ... which is depended on by `gtk v0.5.0`
    ... which is depended on by `wg-p2p-nm-plugin v0.1.0 (/tmp/wg-p2p-nm-plugin)`
also links to native library `glib`