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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --workspace
Updating crates.io index
Updating git repository `https://github.com/tauri-apps/fix-path-env-rs`
Updating git repository `https://github.com/tauri-apps/plugins-workspace`
error: failed to select a version for `gdk-sys`.
... required by package `gtk-sys v0.18.0`
... which satisfies dependency `ffi = "^0.18"` of package `gtk v0.18.0`
... which satisfies dependency `gtk = "^0.18"` of package `phoenix-code-ide v3.7.2 (/tmp/renovate/repos/github/phcode-dev/phoenix-desktop/src-tauri)`
versions that meet the requirements `^0.18` are: 0.18.0
the package `gdk-sys` links to the native library `gdk-3`, but it conflicts with a previous package which links to `gdk-3` as well:
package `gdk-sys v0.15.1`
... which satisfies dependency `gdk-sys = "^0.15.0"` of package `webkit2gtk v0.18.2`
... which satisfies dependency `webkit2gtk = "^0.18.2"` of package `tauri v1.6.2`
... which satisfies dependency `tauri = "^1.6.2"` of package `phoenix-code-ide v3.7.2 (/tmp/renovate/repos/github/phcode-dev/phoenix-desktop/src-tauri)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "gdk-3"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.
failed to select a version for `gdk-sys` which could resolve this conflict
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15
->0.18
Release Notes
gtk-rs/gtk3-rs (gtk)
v0.18.1
Compare Source
v0.18.0
Compare Source
What's Changed
--generate-link-to-definition
option when building on docs.rs by @GuillaumeGomez in #829New Contributors
Full Changelog: gtk-rs/gtk3-rs@0.17.1...0.18.0
v0.17.1
Compare Source
What's Changed
Full Changelog: gtk-rs/gtk3-rs@0.17.0...0.17.1
v0.17.0
What's Changed
Object<T>::as_mut()
without unsafe, and a couple other small things by @ids1024 in #16cargo fmt
by @GuillaumeGomez in #22black
by @MarijnS95 in #176Settings::bind_with_mapping()
binding by @ids1024 in #210Object::new_subclass()
function by @ids1024 in #219glib-compile-resources
wrapper, and macro to include by @ids1024 in #261GBoxed
not require importingBoxedType
by @ids1024 in #275enter_notify_event
andleave_notify_event
toWidgetImpl
by @ids1024 in #334#[object_subclass]
proc macro. by @ids1024 in #335type_data()
andget_type()
to newunsafe trait
by @ids1024 in #338drag-motion
anddrag-drop
signals returnbool
instead ofInhibit
by @SolraBizna in #361Gir.toml
files instead of using "-d" by default on gir by @GuillaumeGomez in #366DBusProxy
assend+sync
and regenerate by @ids1024 in #422WidgetClassSubclassExt::{css_name,set_css_name}
by @ids1024 in #476glib::StaticType
is in scope in the gener… by @sdroege in #482components
to install clippy by @MarijnS95 in #485From
andTryFrom
implementations for working withChar
by @ids1024 in #494gtk_container_class_handle_border_width()
by @ids1024 in #497Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.