Skip to content

build(deps): update gtk4 requirement from 0.6.6 to 0.7.3#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gtk4-0.7.3
Closed

build(deps): update gtk4 requirement from 0.6.6 to 0.7.3#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gtk4-0.7.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2023

Copy link
Copy Markdown
Contributor

Updates the requirements on gtk4 to permit the latest version.

Release notes

Sourced from gtk4's releases.

0.7.3

Changelog

Sourced from gtk4's changelog.

Change Log

[Unreleased]

[0.6.6]

Bilal Elmoussaoui:

  • gtk: Implement convenience traits for StringObject
  • gtk: Move gtk::StyleContext::add_provider_for_display & gtk::StyleContext::remove_provider_for_display functions outside of gtk::StyleContext type as it was deprecated in GTK 4.10 causing a wrong deprecation warning. Switch to gtk::style_context_add_provider_for_display & gtk::style_context_remove_provider_for_display instead.

Yuri Izmer:

#[derive(Debug, Default, gtk::CompositeTemplate)]
#[template(file = "src/my_widget.blp")] // relative to the project directory
pub struct MyWidget {
    #[template_child]
    pub label: TemplateChild<gtk::Label>,
    #[template_child(id = "my_label2")]
    pub label2: gtk::TemplateChild<gtk::Label>,
}

[0.6.5]

Fabio Valentini:

  • gtk4-macros: enable default features of syn

[0.6.4]

Bilal Elmoussaoui:

  • gtk: Add missing guard to AccessibleRoleToggleButton

[0.6.3]

Bilal Elmoussaoui:

  • gtk/subclass: Adapt per Accessible transfer type changes
  • Bump GTK requirement for v4_10 feature
  • Fix nightly clippy warnings
  • Fix docs generation

Maximiliano Sandoval R:

... (truncated)

Commits
  • cb4dde9 Bump version to 0.7.3
  • 96436d3 gsk: Generate PathMeasure
  • 853668b Regenerate with latest gir/gir-files
  • 0f4683a Update gir/gir-files submodules
  • 6d1c8ac gsk: Add builder for Stroke
  • a6a8538 gdk: Avoid duplicate code on RGBA constants
  • 8d2fb44 gdk: Simplify RGBABuilder code
  • 274c3a9 gsk: Silence new warning
  • ac1f359 gsk: Adapt to changed Path.foreach
  • c7d9a6d gsk: Adapt to PathPoint.get_curvature api changes
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [gtk4](https://github.com/gtk-rs/gtk4-rs) to permit the latest version.
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/master/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.6.6...0.7.3)

---
updated-dependencies:
- dependency-name: gtk4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 5, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #10.

@dependabot dependabot Bot closed this Feb 5, 2024
@dependabot dependabot Bot deleted the dependabot/cargo/gtk4-0.7.3 branch February 5, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants