* v1.6.8 * Update expanse json with fork at block 600000 (#5351) * Update expanse json with fork at block 600000 * update exp chainID to 2 * Bumped mio * Fixed default UI port for mac installer (#5782) * Blacklist empty phrase account. * Update Cid/multihash/ring/tinykeccak (#5785) * Updating ring,multihash,tiny-keccak * Updating CID in ipfs. * Disable compression for RLP strings
14 lines
340 B
TOML
14 lines
340 B
TOML
[package]
|
|
name = "ethcore-ipc"
|
|
version = "1.6.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "GPL-3.0"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
ethcore-devtools = { path = "../../devtools" }
|
|
nanomsg = { git = "https://github.com/paritytech/nanomsg.rs.git", branch = "parity-1.7" }
|
|
ethcore-util = { path = "../../util" }
|
|
semver = "0.5"
|