Skip to content

Commit

Permalink
Update x11-clipboard to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 30, 2024
1 parent 54699fb commit 98a94cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tasks:
cargo clippy --all-targets
- oldstable: |
cd copypasta
rustup toolchain install --profile minimal 1.65.0
cargo +1.65.0 test
rustup toolchain install --profile minimal 1.66.0
cargo +1.66.0 test
4 changes: 2 additions & 2 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tasks:
cargo clippy --all-targets
- oldstable: |
cd copypasta
rustup toolchain install --profile minimal 1.65.0
cargo +1.65.0 test
rustup toolchain install --profile minimal 1.66.0
cargo +1.66.0 test
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ objc_id = "0.1"
objc-foundation = "0.1"

[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies]
x11-clipboard = { version = "0.8.1", optional = true }
x11-clipboard = { version = "0.9.1", optional = true }
smithay-clipboard = { version = "0.7.0", optional = true }

0 comments on commit 98a94cd

Please sign in to comment.