Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,8 @@ tracing-futures = { version = "0.2.4" }
tracing-log = { version = "0.2.0" }
tracing-subscriber = { version = "0.3.18" }
tracking-allocator = { path = "polkadot/node/tracking-allocator", default-features = false, package = "staging-tracking-allocator" }
trie-bench = { version = "0.42.0" }
trie-db = { version = "0.30.0", default-features = false }
trie-bench = { version = "0.42.1" }
trie-db = { version = "0.31.0", default-features = false }
trie-root = { version = "0.18.0", default-features = false }
trie-standardmap = { version = "0.16.0" }
trybuild = { version = "1.0.103" }
Expand Down
22 changes: 22 additions & 0 deletions prdoc/pr_10573.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: Bump trie-db to 0.31.0

doc:
- audience: Node Dev
description: |
Bumps `trie-db` to 0.31.0 and `trie-bench` to 0.42.1.

crates:
- name: sp-trie
bump: minor
- name: cumulus-pallet-parachain-system
bump: none
validate: false
- name: sp-state-machine
bump: none
validate: false
- name: substrate-state-trie-migration-rpc
bump: none
validate: false
- name: bp-runtime
bump: none
validate: false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @ggwpez - in case you want to take a look...

Loading