From 3b387e52c7535e044faf51f8af4b4fbcc2fc537a Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Sat, 15 May 2021 20:45:50 +0200 Subject: [PATCH] disable default features in scan_fmt... ...removes regex dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9c2aed..b885012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ wayland-server = { version = "0.28.3", optional = true } wayland-sys = { version = "0.28", optional = true } winit = { version = "0.24.0", optional = true } xkbcommon = "0.4.0" -scan_fmt = "0.2" +scan_fmt = { version = "0.2", default-features = false } [dev-dependencies] slog-term = "2.3"