Skip to content

Commit

Permalink
udeps can ignore pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 31, 2024
1 parent 146b79c commit 05ef56c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws-lc-fips-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ regex-automata = "~0.3.9"
# Pinned dependency to preserve MSRV: 1.60.0 <= rust-version < 1.65.0
regex-syntax = "~0.7.5"

[package.metadata.cargo-udeps.ignore]
development = [ "which", "home", "regex", "regex-automata", "regex-syntax"]

[dependencies]
libc = "0.2"
paste = "1.0.11"
Expand Down
3 changes: 3 additions & 0 deletions aws-lc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ regex-automata = "~0.3.9"
# Pinned dependency to preserve MSRV: 1.60.0 <= rust-version < 1.65.0
regex-syntax = "~0.7.5"

[package.metadata.cargo-udeps.ignore]
development = [ "which", "home", "regex", "regex-automata", "regex-syntax"]

[dependencies]
libc = "0.2"
paste = "1.0.11"
Expand Down

0 comments on commit 05ef56c

Please sign in to comment.