summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-12-17 15:15:17 +0300
committerGitHub <noreply@github.com>2020-12-17 15:15:17 +0300
commit116faba7c607f1b2cb56c390d44b33a52603f642 (patch)
tree5b84379034e3c8b15e6e7e89c862ddd09a3dc09c
parentc065c5f2f9c1ab0bf2c2ff27b64f4a4a51542e16 (diff)
downloadalacritty-116faba7c607f1b2cb56c390d44b33a52603f642.tar.gz
alacritty-116faba7c607f1b2cb56c390d44b33a52603f642.zip
Fix crash due to clipboard not being properly released on Wayland
-rw-r--r--CHANGELOG.md1
-rw-r--r--Cargo.lock4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37f208af..7331f435 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index a526f0b0..da881a72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",