* 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
16 lines
279 B
TOML
16 lines
279 B
TOML
[package]
|
|
description = "Ethcore IO library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-io"
|
|
version = "1.6.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
mio = "0.6.8"
|
|
crossbeam = "0.2"
|
|
parking_lot = "0.3"
|
|
log = "0.3"
|
|
slab = "0.2"
|
|
|