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
When updating soup3-rs to glib-rs 0.17 and the new gir, there is a regression in the autogenerated bindings of websocket_connection_new. In partcular gir generates extensions: Vec[WebsocketExtension] and then tries to call to_glib_ptr on it that does not exist.
When updating soup3-rs to glib-rs 0.17 and the new gir, there is a regression in the autogenerated bindings of
websocket_connection_new
. In partcular gir generatesextensions: Vec[WebsocketExtension]
and then tries to callto_glib_ptr
on it that does not exist.See https://gitlab.gnome.org/World/Rust/soup3-rs/-/merge_requests/23
The text was updated successfully, but these errors were encountered: