From d872b9f3aed225bcae74ee3707a690c1a096608e Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 13 Feb 2021 18:15:57 +0000 Subject: Update dependencies This introduces some duplicate dependencies, though they are necessary to build properly without any warnings. Fixes #4735. --- alacritty_terminal/src/config/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alacritty_terminal/src/config/mod.rs') diff --git a/alacritty_terminal/src/config/mod.rs b/alacritty_terminal/src/config/mod.rs index 59449faa..0b313598 100644 --- a/alacritty_terminal/src/config/mod.rs +++ b/alacritty_terminal/src/config/mod.rs @@ -105,8 +105,8 @@ impl Cursor { } } -#[serde(untagged)] #[derive(Deserialize, Debug, Copy, Clone, PartialEq, Eq)] +#[serde(untagged)] pub enum ConfigCursorStyle { Shape(CursorShape), WithBlinking { @@ -174,8 +174,8 @@ impl From for bool { } } -#[serde(untagged)] #[derive(Deserialize, Debug, Clone, PartialEq, Eq)] +#[serde(untagged)] pub enum Program { Just(String), WithArgs { -- cgit v1.2.3-54-g00ecf