From 422cb57efa4eedb0b517ff0a94371efec4308e78 Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:00:15 +0000 Subject: [PATCH] chore: update cli default features --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c2e1444..08f8e2f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["packet_capture", "bson", "json", "xml", "browser"] +default = ["json", "bson", "xml", "browser"] # Tools packet_capture = ["gamedig/packet_capture"]