Skip to content

Commit

Permalink
Trim down test crate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 18, 2024
1 parent 1da33f2 commit 1cd6d30
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
46 changes: 18 additions & 28 deletions test-crates/workspace-inverted-order/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions test-crates/workspace-inverted-order/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ name = "top_level"
version = "0.1.0"
description = "root dep"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.89" }
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ crate-type = ["lib", "cdylib"]

[dependencies]
top_level = { path = "../" }
once_cell = "1"
pyo3 = { version = "0.22.5", features = ["abi3", "abi3-py310", "extension-module"] }

0 comments on commit 1cd6d30

Please sign in to comment.