mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 23:31:07 +00:00
Contracts: Add benchmarks to include files (#2022)
Project that includes pallet-contracts via crates.io will fail to run ```bash cargo check --features=runtime-benchmarks ``` without the currently not included benchmarks files
This commit is contained in:
@@ -9,7 +9,7 @@ homepage = "https://substrate.io"
|
||||
repository.workspace = true
|
||||
description = "FRAME pallet for WASM contracts"
|
||||
readme = "README.md"
|
||||
include = ["src/**/*", "build.rs", "README.md", "CHANGELOG.md"]
|
||||
include = ["src/**/*", "benchmarks/**", "build.rs", "README.md", "CHANGELOG.md"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user