From dfd75527c0d012636fecc6821f9dc41dcd89c94e Mon Sep 17 00:00:00 2001 From: David Senk Date: Tue, 19 Aug 2025 00:57:03 -0400 Subject: [PATCH] removed nobin from default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9128bca..b236a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["hash", "console", "cli", "stream"] categories = ["command-line-utilities", "development-tools"] [features] -default = ["nobin"] +default = [] nobin = [] [lints.rust]