diff --git a/CHANGELOG.md b/CHANGELOG.md index 03282b9..44cc081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Packaging - Minimum rust version was bumped to `1.66.0` +- `x11_clipboard` was bumped to `0.9.1` ## 0.10.0 diff --git a/Cargo.toml b/Cargo.toml index 19f53c6..fb430b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }