mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 10:11:03 +00:00
chore: fixed std wasm build of xcm (#2535)
# Description just ensures ```sh cargo check --package staging-xcm --no-default-features --target wasm32-unknown-unknown --features=std ``` work (for CosmWasm) # Checklist - [x] My PR includes a detailed description as outlined in the "Description" section above - [ ] My PR follows the [labeling requirements](CONTRIBUTING.md#Process) of this project (at minimum one label for `T` required) - [x] I have made corresponding changes to the documentation (if applicable) - [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) --------- Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Generated
+1
-1
@@ -18079,12 +18079,12 @@ dependencies = [
|
||||
name = "sp-weights"
|
||||
version = "20.0.0"
|
||||
dependencies = [
|
||||
"bounded-collections",
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"sp-arithmetic",
|
||||
"sp-core",
|
||||
"sp-debug-derive 8.0.0",
|
||||
"sp-std 8.0.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user