From 744230455ca4041f90a5c6176d22b1a5009b2d03 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:34:02 +0000 Subject: [PATCH] revert: lib default feat to exclude packet capture --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 15e370f..44592e1 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.65.0" categories = ["parser-implementations", "parsing", "network-programming", "encoding"] [features] -default = ["games", "services", "game_defs", "packet_capture",] +default = ["games", "services", "game_defs"] games = [] services = [] game_defs = ["dep:phf", "games"]