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

Commits on Sep 20, 2022

  1. Bump nix dependency to 0.24

    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)
    MarijnS95 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5688b86 View commit details
    Browse the repository at this point in the history