Skip to content

Commit

Permalink
chore: fix udeps job
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiekawki committed Jan 9, 2025
1 parent 2d2430a commit 859bbc0
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 @@ -90,4 +90,4 @@ wiremock = "0.6.2"
starknet-core = { git = "https://github.com/kariy/starknet-rs", branch = "dojo-patch" }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)', 'cfg(tarpaulin_include)'] }

0 comments on commit 859bbc0

Please sign in to comment.