Skip to content

Commit 704e26c

Browse files
authored
Update smithay-clipboard to 0.6.0
1 parent 732533f commit 704e26c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
9+
### Changed
10+
11+
- Updated `smithay-clipboard` to 0.6.0
12+
713
## 0.7.0
814

915
### Packaging

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ objc-foundation = "0.1"
2626

2727
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies]
2828
x11-clipboard = { version = "0.5.1", optional = true }
29-
smithay-clipboard = { version = "0.5.0", optional = true }
29+
smithay-clipboard = { version = "0.6.0", optional = true }

src/windows_clipboard.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
use std::error::Error;
16-
1715
use clipboard_win::{get_clipboard_string, set_clipboard_string};
1816

1917
use crate::common::{ClipboardProvider, Result};

0 commit comments

Comments
 (0)