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 dd76c5e commit a7a44b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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 a7a44b5

Please sign in to comment.