Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Optional subxt-metadata
  • Loading branch information
pmikolajczyk41 committed Sep 7, 2023
commit d8b78526a9489ce1b385c25f73e2d858e2deee2c
3 changes: 2 additions & 1 deletion crates/e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
scale = { package = "parity-scale-codec", workspace = true }
subxt = { workspace = true }
subxt-metadata = { workspace = true }
subxt-metadata = { workspace = true, optional = true }
subxt-signer = { workspace = true, features = ["subxt", "sr25519"] }
wasm-instrument = { workspace = true }

Expand All @@ -53,5 +53,6 @@ default = ["std"]
std = []
drink = [
"dep:drink",
"subxt-metadata",
"ink_e2e_macro/drink",
]