Skip to content

Commit bd3a427

Browse files
committed
Fix cargo machete
1 parent edb0065 commit bd3a427

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pixi_command_dispatcher/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ xxhash-rust = { workspace = true, features = ["xxh3"] }
4141
rattler = { workspace = true }
4242
rattler_conda_types = { workspace = true }
4343
rattler_digest = { workspace = true }
44-
rattler_lock = { workspace = true }
4544
rattler_networking = { workspace = true }
4645
rattler_package_streaming = { workspace = true }
4746
rattler_repodata_gateway = { workspace = true }
@@ -75,3 +74,6 @@ tokio = { workspace = true, features = ["macros"] }
7574

7675
[features]
7776
slow_integration_tests = []
77+
78+
[package.metadata.cargo-machete]
79+
ignored = ["serde_with"]

crates/pixi_global/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ rstest = { workspace = true }
4848
serde = { workspace = true }
4949
serde_derive = { workspace = true }
5050
serde_json = { workspace = true }
51-
serde_with = { workspace = true }
5251
tempfile = { workspace = true }
5352
thiserror = { workspace = true }
5453
tokio = { workspace = true }

0 commit comments

Comments
 (0)