mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Add missing optional rkyv feature bound (#3336)
`PackageName` needs to derive the rkyv types.
This commit is contained in:
parent
c6137702a5
commit
538a85b827
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ license = { workspace = true }
|
|||
workspace = true
|
||||
|
||||
[features]
|
||||
rkyv = ["dep:rkyv", "pep440_rs/rkyv"]
|
||||
rkyv = ["dep:rkyv", "pep440_rs/rkyv", "uv-normalize/rkyv"]
|
||||
|
||||
[dependencies]
|
||||
pep440_rs = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue