diff options
author | Do Duy <juchiast@gmail.com> | 2018-11-01 18:45:20 +0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-01 11:45:20 +0000 |
commit | f0579345ea2fbe4c091b9df2f4725c22395a5b72 (patch) | |
tree | 19297ba90cc3e00b0a9918e10155756a8814d672 /Cargo.toml | |
parent | 8b8d9ea7f81ec7187c8a68b01c75fd54d45b8b19 (diff) | |
download | alacritty-f0579345ea2fbe4c091b9df2f4725c22395a5b72.tar.gz alacritty-f0579345ea2fbe4c091b9df2f4725c22395a5b72.zip |
Update serde_yaml to 0.8
This fixes jwilm/alacritty#1730.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ parking_lot = "0.5" serde = "1" serde_derive = "1" serde_json = "1" -serde_yaml = "0.7" +serde_yaml = "0.8" vte = "0.3" mio = "0.6" mio-more = "0.1" |