The reference-trie version 0.29.1 on crates.io is using an older version of trie-db (0.27.0), which is inconsistent with the version specified in the Cargo.toml file. This inconsistency may lead to ambiguity when importing external crates.
https://crates.io/crates/reference-trie/0.29.1/dependencies
|
trie-db = { path = "../../trie-db", default-features = false, version = "0.28.0" } |