Skip to content

Commit

Permalink
try removing unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Jul 17, 2024
1 parent 659cbb4 commit 94d1a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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.

5 changes: 1 addition & 4 deletions polkadot/node/core/pvf/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ libc = { workspace = true }
nix = { features = ["resource", "sched"], workspace = true }
thiserror = { workspace = true }

codec = { features = [
"derive",
], workspace = true }
codec = { features = ["derive"], workspace = true }

polkadot-parachain-primitives = { workspace = true, default-features = true }
polkadot-primitives = { workspace = true, default-features = true }
Expand All @@ -42,7 +40,6 @@ seccompiler = "0.4.0"

[dev-dependencies]
assert_matches = { workspace = true }
tempfile = { workspace = true }

[features]
# This feature is used to export test code to other crates without putting it in the production build.
Expand Down

0 comments on commit 94d1a48

Please sign in to comment.