From afae320be67ce3472bdd6b412f67e7359b2b3679 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 6 Nov 2021 22:10:33 +0100 Subject: [PATCH] Trigger build with tag --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f64f11..e04fb0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,6 @@ license = "Apache-2.0 OR MIT" readme = "README.md" documentation = "https://docs.rs/solo2" -[lib] - [[bin]] name = "solo2" required-features = ["cli"]