Skip to content

Commit

Permalink
polkadot-omni-node-lib: remove unused dep (paritytech#6889)
Browse files Browse the repository at this point in the history
# Description

Redundant dep that made its way in paritytech#6450 . 😅. It can be
brought up when using `cargo udeps`. Added a github action that runs
`cargo udeps` on the repo too.

## Integration

N/A

## Review Notes

N/A

---------

Signed-off-by: Iulian Barbu <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
iulianbarbu and bkchr authored Dec 16, 2024
1 parent cee63ac commit adc0178
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cumulus/polkadot-omni-node/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ sp-api = { workspace = true, default-features = true }
sp-consensus = { workspace = true, default-features = true }
sp-consensus-aura = { workspace = true, default-features = true }
sp-io = { workspace = true, default-features = true }
sp-wasm-interface = { workspace = true, default-features = true }
sc-consensus-manual-seal = { workspace = true, default-features = true }
sc-sysinfo = { workspace = true, default-features = true }
prometheus-endpoint = { workspace = true, default-features = true }
Expand Down
13 changes: 13 additions & 0 deletions prdoc/pr_6889.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Remove polkadot-omni-node-lib unused dependency

doc:
- audience: Node Dev
description:
Removed an unused dependency for `polkadot-omni-node-lib`.

crates:
- name: polkadot-omni-node-lib
bump: patch

0 comments on commit adc0178

Please sign in to comment.