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" } |
The
reference-trieversion 0.29.1 on crates.io is using an older version oftrie-db(0.27.0), which is inconsistent with the version specified in theCargo.tomlfile. This inconsistency may lead to ambiguity when importing external crates.https://crates.io/crates/reference-trie/0.29.1/dependencies
trie/test-support/reference-trie/Cargo.toml
Line 13 in 6eb4b88