Skip to content

Commit

Permalink
Require new patched dependencies in root crate
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 13, 2024
1 parent 3801f26 commit 4bd0f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ clipboard-win = { version = "5.0", features = ["std"] }
clipboard_macos = { version = "0.1", path = "./macos" }

[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies]
clipboard_x11 = { version = "0.4", path = "./x11" }
clipboard_wayland = { version = "0.2", path = "./wayland" }
clipboard_x11 = { version = "0.4.2", path = "./x11" }
clipboard_wayland = { version = "0.2.2", path = "./wayland" }

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 4bd0f74

Please sign in to comment.