Fix musl cdylib warning (#10268)

The `cdylib` was used for the pyo3 bindings to uv-pep508, which don't
exist anymore. It was now creating warnings on musl due to musl
(statically linked) no supporting shared libraries.
This commit is contained in:
konsti 2025-01-02 15:40:38 +01:00 committed by GitHub
parent 475e33af7e
commit f5a60d1a18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,6 @@ repository = { workspace = true }
authors = { workspace = true }
[lib]
name = "uv_pep508"
crate-type = ["cdylib", "rlib"]
doctest = false
[lints]