Skip to content

build(deps): update glib-sys requirement from 0.15.1 to 0.17.4 in /gst-depth-meta-rs

Updates the requirements on glib-sys to permit the latest version.

Release notes

Sourced from glib-sys's releases.

0.17.4

Bilal Elmoussaoui:

  • Fix nightly clippy warnings

Jason Francis:

  • pango: rename removed clippy lint
  • glib: update error messages in compiletests for rust 1.68
  • glib: implement From<GStringPtr> for GString

SeaDve:

  • glib-macros: qualify ToValue::to_value
  • glib-macros: support higher level types on ValueDelegate
  • glib: impl StaticType, FromValue, ToValue, HasParamSpec for Box<str>

Sebastian Dröge:

  • Update gir
  • Update gir-files
  • Regenerate with latest gir / gir-files
  • Require glib 2.76.0 for the v2_76 feature
Changelog

Sourced from glib-sys's changelog.

[0.17.4]

Bilal Elmoussaoui:

  • Fix nightly clippy warnings

Jason Francis:

  • pango: rename removed clippy lint
  • glib: update error messages in compiletests for rust 1.68
  • glib: implement From<GStringPtr> for GString

SeaDve:

  • glib-macros: qualify ToValue::to_value
  • glib-macros: support higher level types on ValueDelegate
  • glib: impl StaticType, FromValue, ToValue, HasParamSpec for Box<str>

Sebastian Dröge:

  • Update gir
  • Update gir-files
  • Regenerate with latest gir / gir-files
  • Require glib 2.76.0 for the v2_76 feature

[0.17.3]

Fabio Valentini:

  • pangocairo-sys: fix package.description in Cargo.toml

Jason Francis:

  • gio: add FileEnumerator::into_stream
  • glib: Only optimize IntoGStr for String when capacity allows

Marco Mastropaolo:

  • gio: Added subclassing support for gio::SocketControlMessage
  • gio: Fixed unit tests under macOS and possibly other *nix flavors

Marco Melorio:

  • glib: Add connect_notify* methods to SignalGroup

Matteo Biggio:

  • glib: strv: when calling g_strv FFI method, use our as_ptr implementation

Sebastian Dröge:

  • glib: Optimize IntoGStr impl for String by simply appending a NUL-byte
  • glib: Depend on glib-macros 0.17.3 for ValueDelegate derive macro

ranfdev:

  • glib: Add ValueDelegate derive macro
  • glib: impl HasParamSpec on glib::Variant
  • glib: Add nullable attribute on Properties macro
  • glib: Explain nullable attribute

... (truncated)

Commits
  • 658e0bc Update versions to 0.17.4
  • e6aca2b Update CHANGELOG.md for 0.17.4
  • c14acea Merge pull request #1054 from sdroege/0.17-backports
  • f8db58a Require glib 2.76.0 for the v2_76 feature
  • fb4b137 Fix nightly clippy warnings
  • c27f921 Regenerate with latest gir / gir-files
  • bd49d58 Update gir-files
  • 0b75700 Update gir
  • 13e8886 glib: implement From<GStringPtr> for GString
  • 1cda9fc glib: update error messages in compiletests for rust 1.68
  • Additional commits viewable in compare view

Merge request reports