Skip to content

Commit

Permalink
[stable2412] Backport #6863 (#6883)
Browse files Browse the repository at this point in the history
Backport #6863 into `stable2412` from bkchr.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
1 parent 60db405 commit df5b8ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ macro_magic = { version = "0.5.1" }
maplit = { version = "1.0.2" }
memmap2 = { version = "0.9.3" }
memory-db = { version = "0.32.0", default-features = false }
merkleized-metadata = { version = "0.1.2" }
merkleized-metadata = { version = "0.2.0" }
merlin = { version = "3.0", default-features = false }
messages-relay = { path = "bridges/relays/messages" }
metered = { version = "0.6.1", default-features = false, package = "prioritized-metered-channel" }
Expand Down
9 changes: 9 additions & 0 deletions prdoc/pr_6863.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: Update merkleized-metadata to 0.2.0
doc:
- audience: Node Dev
description: |-
0.1.2 was yanked as it was breaking semver.
crates:
- name: substrate-wasm-builder
bump: patch
validate: false

0 comments on commit df5b8ab

Please sign in to comment.