-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
polkadot-omni-node-lib: remove unused dep (#6889)
# Description Redundant dep that made its way in #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
1 parent
cee63ac
commit adc0178
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |