Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Switch to fixed version of memory-db
  • Loading branch information
bkchr committed Jul 7, 2020
commit d19ef025ebdfd22e2508ac3294656c7fd7040d9d
25 changes: 7 additions & 18 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 primitives/trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ sp-std = { version = "2.0.0-rc4", default-features = false, path = "../std" }
hash-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.22.0", default-features = false }
trie-root = { version = "0.16.0", default-features = false }
memory-db = { version = "0.22.0", default-features = false }
memory-db = { version = "0.24.0", default-features = false }
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../core" }

[dev-dependencies]
trie-bench = "0.23.0"
trie-bench = "0.24.0"
trie-standardmap = "0.15.2"
criterion = "0.2.11"
hex-literal = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion test-utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "1.3.1", default-features =
frame-executive = { version = "2.0.0-rc4", default-features = false, path = "../../frame/executive" }
sp-inherents = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "2.0.0-rc4", optional = true, path = "../../primitives/keyring" }
memory-db = { version = "0.22.0", default-features = false }
memory-db = { version = "0.24.0", default-features = false }
sp-offchain = { path = "../../primitives/offchain", default-features = false, version = "2.0.0-rc4"}
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
Expand Down