Skip to content

Commit

Permalink
fix: add unit_contract and unit_parachain feature in crate
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Apr 19, 2024
1 parent 9cfd1a0 commit 6347d78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
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: 5 additions & 0 deletions crates/pop-contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2021"
anyhow.workspace = true
duct.workspace = true
url.workspace = true
tokio.workspace = true

subxt-signer.workspace = true
subxt.workspace = true
Expand All @@ -23,3 +24,7 @@ contract-extrinsics.workspace = true

[dev-dependencies]
tempfile.workspace = true

[features]
e2e_contract = []
unit_contract = []
4 changes: 4 additions & 0 deletions crates/pop-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ serde.workspace = true
# Zombienet
zombienet-sdk.workspace = true
zombienet-support.workspace = true

[features]
e2e_parachain = []
unit_parachain = []

0 comments on commit 6347d78

Please sign in to comment.