Require new patched dependencies in root crate
Some checks failed
Test / all (ubuntu-latest, beta) (push) Has been cancelled
Test / all (ubuntu-latest, stable) (push) Has been cancelled
Test / all (macOS-latest, beta) (push) Has been cancelled
Test / all (macOS-latest, stable) (push) Has been cancelled
Test / all (windows-latest, beta) (push) Has been cancelled
Test / all (windows-latest, stable) (push) Has been cancelled
Some checks failed
Test / all (ubuntu-latest, beta) (push) Has been cancelled
Test / all (ubuntu-latest, stable) (push) Has been cancelled
Test / all (macOS-latest, beta) (push) Has been cancelled
Test / all (macOS-latest, stable) (push) Has been cancelled
Test / all (windows-latest, beta) (push) Has been cancelled
Test / all (windows-latest, stable) (push) Has been cancelled
This commit is contained in:
parent
3801f265ca
commit
4bd0f74db5
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue