antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

Update gtk-rs to 0.7 #175

Closed rmanosuthi closed 5 years ago

rmanosuthi commented 5 years ago

A new version is available.

Upgrading gtk-rs to 0.7 while using relm 0.16.0 gives

error: failed to select a version for `gobject-sys`.
    ... required by package `relm v0.16.0`
    ... which is depended on by `relmtest v0.1.0 (/home/rmanosuthi/Documents/relmtest)`
versions that meet the requirements `^0.8.0` are: 0.8.0

the package `gobject-sys` links to the native library `gobject`, but it conflicts with a previous package which links to `gobject` as well:
package `gobject-sys v0.9.0`
    ... which is depended on by `gio v0.7.0`
    ... which is depended on by `gtk v0.7.0`
    ... which is depended on by `relmtest v0.1.0 (/home/rmanosuthi/Documents/relmtest)`