mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(rust): remove resolved duplicated dependency exclusion (#8766)
We no longer have multiple versions of `tauri-winrt-notification` in our dependency tree and can therefore remove this exclusion rule. To ensure that we don't forget to update these in the future, we now deny the `unnecessary-skip` lint that warns us when we have one of those entries.
This commit is contained in:
2
.github/workflows/_rust.yml
vendored
2
.github/workflows/_rust.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
- run: cargo clippy --all-targets --all-features ${{ steps.setup-rust.outputs.packages }}
|
||||
name: "cargo clippy"
|
||||
shell: bash
|
||||
- run: cargo deny check --hide-inclusion-graph
|
||||
- run: cargo deny check --hide-inclusion-graph --deny unnecessary-skip
|
||||
shell: bash
|
||||
|
||||
test:
|
||||
|
||||
@@ -264,7 +264,6 @@ skip = [
|
||||
"regex-syntax",
|
||||
"syn",
|
||||
"sync_wrapper",
|
||||
"tauri-winrt-notification",
|
||||
"thiserror",
|
||||
"thiserror-impl",
|
||||
"toml_edit",
|
||||
|
||||
Reference in New Issue
Block a user