Skip to content

Commit

Permalink
BACKPORT-CONFLICT
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and github-actions[bot] committed Dec 13, 2024
1 parent f2081f6 commit f122a78
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,11 @@ 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 }
<<<<<<< HEAD
merkleized-metadata = { version = "0.1.0" }
=======
merkleized-metadata = { version = "0.2.0" }
>>>>>>> 6d92ded (Update merkleized-metadata to 0.2.0 (#6863))
merlin = { version = "3.0", default-features = false }
messages-relay = { path = "bridges/relays/messages", version = "0.1.0" }
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 f122a78

Please sign in to comment.