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
0323pin committed Mar 2, 2024
1 parent a7b0b21 commit 25b8b6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.10.2

### Fixed
- `x11-clipboard` was bumped t0 `0.9.2`

## 0.10.1

### Packaging
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "copypasta"
version = "0.10.1"
version = "0.10.2"
authors = ["Christian Duerr <[email protected]>"]
description = "copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard."
repository = "https://github.com/alacritty/copypasta"
Expand All @@ -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.9.1", optional = true }
x11-clipboard = { version = "0.9.2", optional = true }
smithay-clipboard = { version = "0.7.0", optional = true }

0 comments on commit 25b8b6c

Please sign in to comment.