diff options
author | Joe Wilm <joe@jwilm.com> | 2017-03-01 22:28:38 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-03-02 09:19:01 -0800 |
commit | 00d271b7e012997ecd2a0af61c5085e322cfb2be (patch) | |
tree | 6fe8d8213fa3dad8e40baee635b21345d1982eff /Cargo.toml | |
parent | 119c7d2856aea24d9d29040b97b778e50c88e70d (diff) | |
download | alacritty-00d271b7e012997ecd2a0af61c5085e322cfb2be.tar.gz alacritty-00d271b7e012997ecd2a0af61c5085e322cfb2be.zip |
Fix bug parsing OSC strings
OSC strings with UTF-8 previously failed.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ parking_lot = "0.3.1" serde = "0.9" serde_yaml = "0.6" serde_derive = "0.9" -vte = "0.2.2" +vte = "0.3.0" mio = "0.6" serde_json = "0.9" copypasta = { path = "./copypasta" } |