Fix crash due to clipboard not being properly released on Wayland

This commit is contained in:
Kirill Chibisov 2020-12-17 15:15:17 +03:00 committed by GitHub
parent c065c5f2f9
commit 116faba7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- PTY not drained to the end with the `--hold` flag enabled
- High CPU usage on BSD with live config reload enabled
- Alacritty not discarding invalid escape sequences starting with ESC
- Crash due to clipboard not being properly released on Wayland
### Removed

4
Cargo.lock generated
View File

@ -1965,9 +1965,9 @@ dependencies = [
[[package]]
name = "smithay-clipboard"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e0eec3480d929e276b38424c8849575ee1e50003eae1cbdc93ee653147acc42"
checksum = "ab88b219728cad0697a6c9e75da50bf5220ba01b3485e33e407931539a8ebc91"
dependencies = [
"smithay-client-toolkit",
"wayland-client",