Skip to content

Commit

Permalink
ignore packable for cargo udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Jan 14, 2022
1 parent f4543db commit 297e725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packable/packable-derive-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ packable = { version = "=0.1.0", path = "../packable", default-features = false

rustversion = { version = "1.0.5", default-features = false }
trybuild = { version = "1.0.50", default-features = false, features = [ "diff" ] }

[package.metadata.cargo-udeps.ignore]
development = [ "packable" ]

0 comments on commit 297e725

Please sign in to comment.