Skip to content

Commit

Permalink
fix: 🐛 add metadata-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
yooml committed Jul 4, 2024
1 parent 481c80f commit 1385798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ sp-rpc = { version = "27.0.0" }
substrate-build-script-utils = { version = "11.0.0" }
substrate-frame-rpc-system = { version = "29.0.0" }
substrate-prometheus-endpoint = { version = "0.17.0" }
substrate-wasm-builder = { version = "18.0.1" }
substrate-wasm-builder = { version = "18.0.1" , features = ["metadata-hash"] }
try-runtime-cli = { version = "0.39.0" }
xcm-emulator = { version = "0.6.0" }
xcm-simulator = { version = "8.0.0" }
Expand Down

0 comments on commit 1385798

Please sign in to comment.