Merge pull request #7426 from paritytech/td-fix-final
Fix final feature.
This commit is contained in:
commit
8cd1f890ca
@ -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"
|
||||
|
@ -13,3 +13,6 @@ target_info = "0.1"
|
||||
[build-dependencies]
|
||||
vergen = "0.1"
|
||||
rustc_version = "0.1.0"
|
||||
|
||||
[features]
|
||||
final = []
|
||||
|
Loading…
Reference in New Issue
Block a user