-
For some reason that I can't seem to figure out, my project with a transitive dependency on glib-sys keeps try to build against version 2.70 of glib-2.0 even though the greatest version on my system is 2.66.8. The exact error is
I assume there's some way to pin the version and that maybe it has something to do with the system-deps package, but I don't really know how. Any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That means that something depends on the |
Beta Was this translation helpful? Give feedback.
That means that something depends on the
glib
orglib-sys
crate in your project with featurev2_70
. This implies that version 2.70 of the GLib C library is required.