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 #436 from ethcore/cargo_packages
Browse files Browse the repository at this point in the history
back to cargo crates
  • Loading branch information
debris committed Feb 15, 2016
2 parents d62d78a + 874dcdd commit e7864c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ authors = ["Ethcore <admin@ethcore.io"]

[dependencies]
serde = "0.6.7"
serde_macros = { git = "https://github.com/debris/serde", path = "serde_macros" }
serde_macros = "0.6.13"
serde_json = "0.6.0"
jsonrpc-core = { git = "https://github.com/debris/jsonrpc-core" }
jsonrpc-http-server = { git = "https://github.com/debris/jsonrpc-http-server" }
jsonrpc-core = "1.1.2"
jsonrpc-http-server = "1.1.2"
ethcore-util = { path = "../util" }
ethcore = { path = "../ethcore" }
ethsync = { path = "../sync" }
Expand Down

0 comments on commit e7864c3

Please sign in to comment.