You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
I completely forgot that Gtk-rs such rarely publich new version and I use old version
That's true! :) We are volunteers striving to provide a good gtk and other crates Rust experience, and it sometimes takes times before we reach something we deem appropriate for a release. Note that there will be a new release shortly with many many improvements and breaking changes. One thing which might help when upgrading is using the get prefix removal migration tools. See this comment for pointers.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maybe I'm missing something but
system-deps
provide version 3.1.1 on crates.io https://crates.io/crates/system-depsand GTK uses version 3.x
gtk3-rs/atk/sys/Cargo.toml
Lines 1 to 2 in 2f86e52
but in my and others apps I see that
system-deps
is pin to version "1.3.2" even after executingcargo update
https://github.com/GuillaumeGomez/process-viewer/blob/e627a59c82451d425376b1a130e4d8d349528f63/Cargo.lock#L770-L771
https://github.com/qarmin/czkawka/blob/18ae283e8b86f202ae7c9881fb9854cee7f13410/Cargo.lock#L1930-L1931
The text was updated successfully, but these errors were encountered: