This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree 8 files changed +40
-40
lines changed
8 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ app_dirs = "1.1.1"
25
25
fdlimit = " 0.1"
26
26
hyper = { default-features = false , git = " https://github.com/ethcore/hyper" }
27
27
ctrlc = { git = " https://github.com/ethcore/rust-ctrlc.git" }
28
- jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" }
28
+ jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
29
29
ethsync = { path = " sync" }
30
30
ethcore = { path = " ethcore" }
31
31
ethcore-util = { path = " util" }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ rand = "0.3"
12
12
log = " 0.3"
13
13
env_logger = " 0.3"
14
14
futures = " 0.1"
15
- jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" }
16
- jsonrpc-http-server = { git = " https://github.com/ethcore/jsonrpc.git" }
15
+ jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
16
+ jsonrpc-http-server = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
17
17
hyper = { default-features = false , git = " https://github.com/ethcore/hyper" }
18
18
unicase = " 1.3"
19
19
url = " 1.0"
Original file line number Diff line number Diff line change 8
8
[dependencies ]
9
9
ethcore = { path = " ../ethcore" }
10
10
ethcore-util = { path = " ../util" }
11
- jsonrpc-http-server = { git = " https://github.com/ethcore/jsonrpc.git" }
11
+ jsonrpc-http-server = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
12
12
rlp = { path = " ../util/rlp" }
13
13
mime = " 0.2"
14
14
hyper = { default-features = false , git = " https://github.com/ethcore/hyper" }
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ rustc-serialize = "0.3"
18
18
time = " 0.1"
19
19
transient-hashmap = " 0.1"
20
20
order-stat = " 0.1"
21
- jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" }
22
- jsonrpc-http-server = { git = " https://github.com/ethcore/jsonrpc.git" }
23
- jsonrpc-ipc-server = { git = " https://github.com/ethcore/jsonrpc.git" }
24
- jsonrpc-macros = { git = " https://github.com/ethcore/jsonrpc.git" }
21
+ jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
22
+ jsonrpc-http-server = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
23
+ jsonrpc-ipc-server = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
24
+ jsonrpc-macros = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
25
25
ethcore-io = { path = " ../util/io" }
26
26
ethcore-ipc = { path = " ../ipc/rpc" }
27
27
ethcore-util = { path = " ../util" }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ serde = "0.9"
14
14
serde_json = " 0.9"
15
15
tempdir = " 0.3.5"
16
16
url = " 1.2.0"
17
- jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" }
17
+ jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
18
18
ws = { git = " https://github.com/ethcore/ws-rs.git" , branch = " mio-upstream-stable" }
19
19
ethcore-rpc = { path = " ../rpc" }
20
20
ethcore-signer = { path = " ../signer" }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ rustc_version = "0.1"
12
12
13
13
[dependencies ]
14
14
rand = " 0.3.14"
15
- jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" }
15
+ jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
16
16
log = " 0.3"
17
17
env_logger = " 0.3"
18
18
parity-dapps-glue = { version = " 1.4" , optional = true }
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ ethcore-ipc-codegen = { path = "../ipc/codegen" }
11
11
12
12
[dependencies ]
13
13
log = " 0.3"
14
- jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" }
15
- jsonrpc-macros = { git = " https://github.com/ethcore/jsonrpc.git" }
16
- jsonrpc-tcp-server = { git = " https://github.com/ethcore/jsonrpc.git" }
14
+ jsonrpc-core = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
15
+ jsonrpc-macros = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
16
+ jsonrpc-tcp-server = { git = " https://github.com/ethcore/jsonrpc.git" , branch = " parity-1.6 " }
17
17
mio = { git = " https://github.com/ethcore/mio" , branch = " v0.5.x" }
18
18
ethcore-util = { path = " ../util" }
19
19
ethcore-devtools = { path = " ../devtools" }
You can’t perform that action at this time.
0 commit comments