mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 05:33:43 +00:00
Consistent Cargo.toml syntax (#483)
Remove the last Cargo.toml inconsistencies, see
1526b3458a (r1401083681).
Now all `[dependencies]` are workspace dependencies.
This commit is contained in:
parent
934e32ea98
commit
7c7daa8f83
9 changed files with 21 additions and 18 deletions
|
|
@ -13,8 +13,8 @@ license = { workspace = true }
|
|||
puffin-cache = { path = "../puffin-cache" }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
cargo-util = { version = "0.2.6" }
|
||||
git2 = { version = "0.18.1" }
|
||||
cargo-util = { workspace = true }
|
||||
git2 = { workspace = true }
|
||||
glob = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
|
|
@ -23,7 +23,7 @@ serde = { workspace = true }
|
|||
tracing = { workspace = true }
|
||||
url = { workspace = true }
|
||||
reqwest = { workspace = true, features = ["blocking"] }
|
||||
tokio.workspace = true
|
||||
tokio = { workspace = true }
|
||||
|
||||
[features]
|
||||
vendored-libgit2 = ["git2/vendored-libgit2"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue