mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Fix crash due to clipboard not being properly released on Wayland
This commit is contained in:
parent
c065c5f2f9
commit
116faba7c6
2 changed files with 3 additions and 2 deletions
|
@ -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
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue