Skip to content

Commit

Permalink
fix: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Jun 18, 2024
1 parent 63e2173 commit 510902c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ miette = { version = "7.2.0", features = [
minijinja = { version = "1.0.20", features = ["builtins"] }
once_cell = "1.19.0"
parking_lot = "0.12.2"
percent-encoding = "2.3.1"
pep440_rs = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" }
pep508_rs = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" }
percent-encoding = "2.3.1"
platform-tags = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" }
pypi-types = { git = "https://github.com/astral-sh/uv", tag = "0.2.11" }
pyproject-toml = "0.11.0"
Expand Down

0 comments on commit 510902c

Please sign in to comment.