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 nix dependency to 0.24 #29

Merged
merged 1 commit into from
Sep 21, 2022
Merged

Bump nix dependency to 0.24 #29

merged 1 commit into from
Sep 21, 2022

Conversation

MarijnS95
Copy link
Contributor

Even though nix 0.25 is already out, all Wayland crates are still on 0.24 and having wl-clipboard-rs match saves duplicate dependencies:

$ cargo tree -i nix
nix v0.24.2
├── wayland-client v0.29.5
│   ├── wayland-protocols v0.29.5
│   │   └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
│   │   [dev-dependencies]
│   │   └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
│   └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
├── wayland-commons v0.29.5
│   ├── wayland-client v0.29.5 (*)
│   ├── wayland-protocols v0.29.5 (*)
│   └── wayland-server v0.29.5
│       └── wayland-protocols v0.29.5 (*)
│       [dev-dependencies]
│       └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
├── wayland-server v0.29.5 (*)
└── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)

Even though `nix 0.25` is already out, all Wayland crates are still on
`0.24` and having `wl-clipboard-rs` match saves duplicate dependencies:

    $ cargo tree -i nix
    nix v0.24.2
    ├── wayland-client v0.29.5
    │   ├── wayland-protocols v0.29.5
    │   │   └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
    │   │   [dev-dependencies]
    │   │   └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
    │   └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
    ├── wayland-commons v0.29.5
    │   ├── wayland-client v0.29.5 (*)
    │   ├── wayland-protocols v0.29.5 (*)
    │   └── wayland-server v0.29.5
    │       └── wayland-protocols v0.29.5 (*)
    │       [dev-dependencies]
    │       └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
    ├── wayland-server v0.29.5 (*)
    └── wl-clipboard-rs v0.6.0 (./wl-clipboard-rs)
@YaLTeR
Copy link
Owner

YaLTeR commented Sep 21, 2022

Thanks!

@MarijnS95 MarijnS95 deleted the nix-0.24 branch September 21, 2022 07:35
@MarijnS95
Copy link
Contributor Author

Thanks for merging all these PRs! Can we get a release with them (before e.g. nix 0.25 starts to become prevalent and an update is needed here again)?

@YaLTeR
Copy link
Owner

YaLTeR commented Sep 23, 2022

Yeah, I can do that. Is there anything else or is it good to go?

@MarijnS95
Copy link
Contributor Author

@YaLTeR Thanks - I don't need anything else and it doesn't seem like there's any other open PR actively making progression.

@YaLTeR
Copy link
Owner

YaLTeR commented Sep 24, 2022

Published wl-clipboard{,-tools} 0.7.0.

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