mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix cargo warning (#542)
It's odd that `dev-dependencies` don't default to `dependencies` for workspace versions.
This commit is contained in:
parent
0ac4254a7e
commit
77b3921b7a
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ serde = { workspace = true, features = ["derive"] }
|
|||
|
||||
[dev-dependencies]
|
||||
indoc = { version = "2.0.4" }
|
||||
tempfile = { worspace = true }
|
||||
tempfile = { version = "3.8.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue