Skip to content

Commit

Permalink
Make anyhow a dev dependency in pypi-types (#3801)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed May 23, 2024
1 parent 4db468e commit 5bebadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pypi-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pep508_rs = { workspace = true }
uv-normalize = { workspace = true }
uv-git = { workspace = true }

anyhow = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
git2 = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
Expand All @@ -33,3 +32,4 @@ tracing = { workspace = true }
url = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }

0 comments on commit 5bebadd

Please sign in to comment.