Skip to content

Commit

Permalink
Fix excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Sep 7, 2024
1 parent cb64726 commit 8b95bf2
Show file tree
Hide file tree
Showing 11 changed files with 654 additions and 121 deletions.
232 changes: 122 additions & 110 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ authors = ["uv"]
license = "MIT OR Apache-2.0"

[workspace.dependencies]
thing = { path = "foo/bar/thing" }
cache-key = { path = "crates/cache-key" }
distribution-filename = { path = "crates/distribution-filename" }
distribution-types = { path = "crates/distribution-types" }
Expand Down
1 change: 0 additions & 1 deletion crates/install-wheel-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ workspace = true
name = "install_wheel_rs"

[dependencies]
bar = { workspace = true }
distribution-filename = { workspace = true }
pep440_rs = { workspace = true }
platform-tags = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions crates/uv-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ url = { workspace = true }
itertools = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
assert_fs = { version = "1.1.0" }
insta = { version = "1.39.0", features = ["filters", "json", "redactions"] }
predicates = { version = "3.0.4" }
regex = { workspace = true }
tempfile = { workspace = true }

[package.metadata.cargo-shear]
ignored = ["uv-options-metadata"]
Loading

0 comments on commit 8b95bf2

Please sign in to comment.