pentamassiv / gtk-layer-shell-gir

Unsafe bindings and a safe wrapper for gtk-layer-shell, automatically generated from a .gir file
MIT License
9 stars 1 forks source link

Update glib requirement from 0.16.0 to 0.17.1 #52

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on glib to permit the latest version.

Release notes

Sourced from glib's releases.

0.17.1

Guillaume Desmottes:

  • glib: param_spec: add ParamSpecEnumBuilder::default_value()

Mițca Dumitru:

  • glib: Make WeakRef useable with the Properties derive macro
  • glib: Make SendWeakRef useable with the Properties derive macro

Sebastian Dröge:

  • glib: Add various IntoStrV impls

YuraIz:

  • graphene: Implement Default trait for vectors, matrix, points and rect

ranfdev:

  • glib: properties: improve conversion error reporting inside setter
Changelog

Sourced from glib's changelog.

[0.17.1]

Guillaume Desmottes:

  • glib: param_spec: add ParamSpecEnumBuilder::default_value()

Mițca Dumitru:

  • glib: Make WeakRef useable with the Properties derive macro
  • glib: Make SendWeakRef useable with the Properties derive macro

Sebastian Dröge:

  • glib: Add various IntoStrV impls

YuraIz:

  • graphene: Implement Default trait for vectors, matrix, points and rect

ranfdev:

  • glib: properties: improve conversion error reporting inside setter

[0.17.0]

Aaron Erhardt:

  • glib-build-tools: Fix reporting of errors

Alberto Ruiz:

  • gdk-pixbuf: check if either width/height is null before assignment in animation_get_size()

Andrey Kutejko:

  • glib-build-tools: Do not hard-code path separator

Bilal Elmoussaoui:

  • gio: Make GioFuture handle infallible futures
  • glib: Ignore useless new constant
  • glib: Implement more From traits for StrV
  • clippy: Drop/move certain lints guards

Guillaume Gomez:

  • glib: Greatly improve compiler errors in clone! proc macro
  • glib: Add span info into clone! UI tests

Jason Francis:

  • glib: impl From<T> for Variant to move into variants
  • gio: use Into<Variant> for SettingsExtManual::set
  • add impl From<T> for Value for manually implemented types
  • glib: use Into<Value> instead of ToValue when possible
  • glib-sys: ignore some unsupported types
  • sys: add a few extra preprocessor bits to fix abi tests
  • gio: support sending/receiving socket control messages
  • gio: implement DatagramBased
  • gio: implement output stream writev methods
  • gio: support writev in stream impls for io::Write, AsyncWrite

... (truncated)

Commits
  • 54bef77 Update CHANGELOG.md for 0.17.1
  • 77eefaf Update versions to 0.17.1
  • 7bab45f Merge pull request #988 from sdroege/0.17-backports
  • b255b88 Make SendWeakRef useable with the Properties derive macro
  • 336d98c Make WeakRef useable with the Properties derive macro
  • 8470820 properties: improve conversion error inside setter
  • 199d6f6 Implement Default trait for vectors, matrix, points and rect
  • 78f2887 glib: Add various IntoStrV impls
  • 3dbf2a6 param_spec: add ParamSpecEnumBuilder::default_value()
  • 0cde1b0 Add version = "0.17" to all gtk-rs-core dependencies
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #53.