Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1185 from ethcore/ipc-fixes
Browse files Browse the repository at this point in the history
Database service upgrade (from the ipc branch)
  • Loading branch information
NikVolf committed May 31, 2016
2 parents b036f1d + a944638 commit 3dd642a
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 113 deletions.
6 changes: 4 additions & 2 deletions db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ authors = ["Ethcore <[email protected]>"]
build = "build.rs"

[build-dependencies]
syntex = "*"
syntex = "0.32"
ethcore-ipc-codegen = { path = "../ipc/codegen" }

[dependencies]
ethcore-util = { path = "../util" }
clippy = { version = "0.0.67", optional = true}
ethcore-devtools = { path = "../devtools" }
ethcore-ipc = { path = "../ipc/rpc" }
rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" }
semver = "0.2"
ethcore-ipc-nano = { path = "../ipc/nano" }
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
crossbeam = "0.2"
ethcore-util = { path = "../util" }

[features]
dev = ["clippy"]
Loading

0 comments on commit 3dd642a

Please sign in to comment.