[stable] Fix feature=final (#7914)

* Fix feature=final

* Update lock.
This commit is contained in:
Tomasz Drwięga
2018-02-16 14:33:57 +01:00
committed by 5chdn
parent 2caf71fdde
commit b06fa73cff
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ ethcore-bytes = { path = "bytes" }
memorydb = { path = "memorydb" }
util-error = { path = "error" }
kvdb = { path = "kvdb" }
parity-version = { path = "version" }
[dev-dependencies]
kvdb-memorydb = { path = "kvdb-memorydb" }
@@ -40,7 +41,7 @@ kvdb-memorydb = { path = "kvdb-memorydb" }
[features]
default = []
dev = ["clippy"]
final = []
final = ["parity-version/final"]
[build-dependencies]
vergen = "0.1"