From c415755d502073ab126a8e15fa0060564ecb5692 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Apr 2024 13:54:34 +0200 Subject: [PATCH] enable test feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ed661d..3ea750e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ num_enum = "0.7" version = "0.2.0-rc.0" git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git" branch = "main" -feature = ["test_util"] +features = ["test_util"] [dependencies.satrs-mib] version = "0.1.1"