mirror of https://github.com/astral-sh/uv
Add missing optional rkyv feature bound (#3336)
`PackageName` needs to derive the rkyv types.
This commit is contained in:
parent
c6137702a5
commit
538a85b827
|
|
@ -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…
Reference in New Issue