Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies #1694

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Bump dependencies #1694

wants to merge 1 commit into from

Conversation

eclipseo
Copy link

@eclipseo eclipseo commented Sep 3, 2023

I only touched those I needed to build on Fedora.

-> enum-as-inner = "0.6.0"
-> mockall = "0.11.4"
-> smithay-client-toolkit = "0.16.0" (version 0.17.0 has too many API changes due to wayland-rs 0.30 rewrite)
-> html2text = "0.6.0"
-> path-slash = "0.2.1"
-> include_dir = { version = "0.7.3", features = ["glob"] }
-> zip = "0.6.6"
-> simplelog = "0.12.1"
-> dialoguer = "0.10.4"
-> notify = "4.0.17" replaced by notify-debouncer-mini = "0.4.1"

@AucaCoyan
Copy link
Member

Hello! With the turn of events, now we have some conflicts on the PR. We are moving things around. Is it okay to you to resolve them before we can land this?

@@ -24,10 +24,10 @@ widestring = "0.4.3"
[target.'cfg(target_os="linux")'.dependencies]
libc = "0.2.85"
scopeguard = "1.1.0"
sctk = { package = "smithay-client-toolkit", version = "0.15.4", optional = true }
sctk = { package = "smithay-client-toolkit", version = "0.16.0", optional = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just change this line for

sctk = { package = "smithay-client-toolkit", version = "0.16.1", optional = true }

And I think 'we good' 👌🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants