From e11e1318cd6bb88564529cd5b2180fe60db6d9c8 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 5 Nov 2024 23:39:20 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20fix:=20make=20cargo=20checks=20h?= =?UTF-8?q?appy=20(#523)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/parser.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/parser.rs b/src/config/parser.rs index 1cd19bb..56b57fd 100644 --- a/src/config/parser.rs +++ b/src/config/parser.rs @@ -134,6 +134,7 @@ impl Config { }); Ok(Config { + operating_system_tls_certificates: globals.get::<_, bool>("operating_system_tls_certificates")?, port: globals.get::<_, u16>("port")?, binding_ip: globals.get::<_, String>("binding_ip")?, style: Style::new(