From ad4d80a0fb5cf936cde7019635ff9f1e0686d0e1 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Wed, 13 Nov 2024 16:39:36 -0800 Subject: [PATCH] fix(sys): remove library type declaration nginx-sys cannot be used as rlib or as a static library. --- nginx-sys/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx-sys/Cargo.toml b/nginx-sys/Cargo.toml index d6840e2..afae58e 100644 --- a/nginx-sys/Cargo.toml +++ b/nginx-sys/Cargo.toml @@ -10,9 +10,6 @@ license = "Apache-2.0" keywords = ["nginx", "ffi", "sys"] build = "build/main.rs" -[lib] -crate-type = ["staticlib", "rlib"] - [dependencies] [build-dependencies]