Fix final feature.

This commit is contained in:
Tomasz Drwięga 2018-01-02 11:02:04 +01:00
parent 9d33f6f29a
commit 457d8baf30
No known key found for this signature in database
GPG Key ID: D066F497E62CAF66
2 changed files with 5 additions and 1 deletions

View File

@ -58,7 +58,7 @@ parity-updater = { path = "updater" }
parity-version = { path = "util/version" }
parity-whisper = { path = "whisper" }
path = { path = "util/path" }
dir = { path = "util/dir" }
dir = { path = "util/dir" }
panic_hook = { path = "panic_hook" }
keccak-hash = { path = "util/hash" }
migration = { path = "util/migration" }
@ -101,6 +101,7 @@ evm-debug = ["ethcore/evm-debug"]
evm-debug-tests = ["ethcore/evm-debug-tests"]
slow-blocks = ["ethcore/slow-blocks"]
secretstore = ["ethcore-secretstore"]
final = ["parity-version/final"]
[[bin]]
path = "parity/main.rs"

View File

@ -13,3 +13,6 @@ target_info = "0.1"
[build-dependencies]
vergen = "0.1"
rustc_version = "0.1.0"
[features]
final = []