From 57f701e8aa207662f10d9b9b327e2562a169321a Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 25 Apr 2025 12:23:14 +0400 Subject: [PATCH] feat: remove [lib] test = false lines --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c970929..b8d6607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,6 @@ name = "static_pins" version = "0.1.0" edition = "2021" -[lib] -test = false - [dependencies.static_pins_macros] path = "static_pins_macros"