9adee532a0
* updated ethereum-types and tiny-keccak * Updated several deps * Updated several more dependencies * Modify dummy file to trigger ci * fixed update of memmap to 0.6 in ethash crate * Fixed fetch after update to latest reqwest * Updated jsonrpc-core with fixes for serde * add expects in util/version/build.rs
19 lines
389 B
TOML
19 lines
389 B
TOML
[package]
|
|
name = "parity-version"
|
|
# NOTE: this value is used for Parity version string (via env CARGO_PKG_VERSION)
|
|
version = "1.10.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
ethcore-bytes = { path = "../bytes" }
|
|
rlp = { path = "../rlp" }
|
|
target_info = "0.1"
|
|
|
|
[build-dependencies]
|
|
vergen = "0.1"
|
|
rustc_version = "0.2.0"
|
|
|
|
[features]
|
|
final = []
|