From e9ce5393aafd23eee92ff35405f134f799b0df04 Mon Sep 17 00:00:00 2001 From: Brad Heller Date: Wed, 11 Feb 2026 19:18:59 +0000 Subject: [PATCH] Quick check to crate build --- crates/tower/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/tower/Cargo.toml b/crates/tower/Cargo.toml index f3f147f9..361bdd52 100644 --- a/crates/tower/Cargo.toml +++ b/crates/tower/Cargo.toml @@ -28,8 +28,6 @@ config = { workspace = true } [lib] name = "_native" -crate-type = ["cdylib"] -required-features = ["pyo3"] [[bin]] name = "tower"