Skip to content

Commit

Permalink
chore: ignore crossbeam-skiplist crate in cargo-machete
Browse files Browse the repository at this point in the history
It's been used in the src/packages/torrent-repository package.
  • Loading branch information
josecelano committed Apr 5, 2024
1 parent 642d6be commit eec2024
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 @@ -77,7 +77,7 @@ url = "2"
uuid = { version = "1", features = ["v4"] }

[package.metadata.cargo-machete]
ignored = ["serde_bytes"]
ignored = ["serde_bytes", "crossbeam-skiplist"]

[dev-dependencies]
local-ip-address = "0"
Expand Down

0 comments on commit eec2024

Please sign in to comment.