diff options
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 030873f0..546d3b96 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -19,7 +19,7 @@ version = "0.1.2-dev" [dependencies] libc = "0.2" -bitflags = "1" +bitflags = { version = "2.2.1", features = ["serde"] } parking_lot = "0.12.0" serde = { version = "1", features = ["derive", "rc"] } serde_yaml = "0.8" |