mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-03 07:14:35 +00:00
Fix uv-toolchain
requirement on pep508_rs
(#3256)
This commit is contained in:
parent
0b23caa18d
commit
3b6e16bb0e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ license.workspace = true
|
|||
|
||||
[dependencies]
|
||||
pep440_rs = { workspace = true }
|
||||
pep508_rs = { workspace = true }
|
||||
pep508_rs = { workspace = true, features = ["non-pep508-extensions"] }
|
||||
uv-client = { workspace = true }
|
||||
uv-extract = { workspace = true }
|
||||
uv-fs = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue