Skip to content

Commit

Permalink
chore: remove crate from ignore list in cargo machete
Browse files Browse the repository at this point in the history
It was accidentaly added.
  • Loading branch information
josecelano committed Jul 1, 2024
1 parent f61c7c3 commit b6b841d
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 @@ -85,7 +85,7 @@ uuid = { version = "1", features = ["v4"] }
zerocopy = "0.7.33"

[package.metadata.cargo-machete]
ignored = ["crossbeam-skiplist", "dashmap", "figment", "parking_lot", "serde_bytes", "torrust-tracker-primitives"]
ignored = ["crossbeam-skiplist", "dashmap", "figment", "parking_lot", "serde_bytes"]

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

0 comments on commit b6b841d

Please sign in to comment.