Skip to content

Commit

Permalink
order toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 7, 2024
1 parent 0c83438 commit a0d4cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ uv-git = { workspace = true }
uv-installer = { workspace = true }
uv-normalize = { workspace = true }
uv-python = { workspace = true }
uv-requirements = { workspace = true }
uv-resolver = { workspace = true }
uv-types = { workspace = true }
uv-requirements = { workspace = true}
xxhash-rust = { workspace = true }
zip = { workspace = true, features = ["deflate", "time"] }
zstd = { workspace = true }
Expand Down Expand Up @@ -355,7 +355,7 @@ reqwest-retry = { git = "https://github.com/TrueLayer/reqwest-middleware", rev =


# Change these lines if you want a patched version of uv
[patch.'https://github.com/astral-sh/uv']
# [patch.'https://github.com/astral-sh/uv']
# uv-cache = { path = "../uv/crates/uv-cache" }
# uv-pep508 = { path = "../uv/crates/uv-pep508" }
# uv-pep440 = { path = "../uv/crates/uv-pep440" }
Expand Down

0 comments on commit a0d4cfd

Please sign in to comment.