Skip to content

Commit

Permalink
Revert "try removing unused dep"
Browse files Browse the repository at this point in the history
This reverts commit 94d1a48.
  • Loading branch information
ordian committed Jul 17, 2024
1 parent 94d1a48 commit a7d55ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion polkadot/node/core/pvf/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ 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 @@ -40,6 +42,7 @@ 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 a7d55ca

Please sign in to comment.