Skip to content

Commit

Permalink
Auto updated substrate references
Browse files Browse the repository at this point in the history
  • Loading branch information
Crust Update Bot committed Feb 22, 2025
1 parent 6da95f3 commit cc2d647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 27 files
+3 −3 Cargo.lock
+2 −2 cumulus/parachains/runtimes/assets/common/Cargo.toml
+28 −4 cumulus/parachains/runtimes/assets/common/src/benchmarks.rs
+5 −2 cumulus/parachains/runtimes/assets/common/src/foreign_creators.rs
+1 −1 cumulus/parachains/runtimes/assets/common/src/fungible_conversion.rs
+1 −0 cumulus/parachains/runtimes/assets/common/src/lib.rs
+20 −14 cumulus/parachains/runtimes/assets/common/src/matching.rs
+2 −2 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml
+17 −13 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
+4 −1 cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/xcm_config.rs
+2 −2 polkadot/xcm/xcm-builder/Cargo.toml
+24 −24 polkadot/xcm/xcm-builder/src/asset_exchange/single_asset_adapter/adapter.rs
+54 −42 polkadot/xcm/xcm-builder/src/barriers.rs
+11 −11 polkadot/xcm/xcm-builder/src/currency_adapter.rs
+1 −1 polkadot/xcm/xcm-builder/src/fee_handling.rs
+3 −3 polkadot/xcm/xcm-builder/src/filter_asset_location.rs
+27 −27 polkadot/xcm/xcm-builder/src/fungible_adapter.rs
+34 −30 polkadot/xcm/xcm-builder/src/fungibles_adapter.rs
+1 −0 polkadot/xcm/xcm-builder/src/lib.rs
+6 −6 polkadot/xcm/xcm-builder/src/location_conversion.rs
+80 −56 polkadot/xcm/xcm-builder/src/nonfungible_adapter.rs
+77 −52 polkadot/xcm/xcm-builder/src/nonfungibles_adapter.rs
+19 −19 polkadot/xcm/xcm-builder/src/origin_conversion.rs
+9 −8 polkadot/xcm/xcm-builder/src/process_xcm_message.rs
+8 −4 polkadot/xcm/xcm-builder/src/routing.rs
+22 −14 polkadot/xcm/xcm-builder/src/weight.rs
+17 −0 prdoc/pr_7003.prdoc

0 comments on commit cc2d647

Please sign in to comment.