Uses dash instead of underscore in crate name

This commit is contained in:
Dmitry Kashitsyn
2017-10-16 11:05:54 +07:00
parent e7690ab658
commit 92a9fd3359
5 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ stats = { path = "../../util/stats" }
hash = { path = "../../util/hash" }
triehash = { path = "../../util/triehash" }
kvdb = { path = "../../util/kvdb" }
memory_cache = { path = "../../util/memory_cache" }
memory-cache = { path = "../../util/memory_cache" }
[features]
default = []