Skip to content

Commit

Permalink
version 7.1.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
debris authored Aug 10, 2017
1 parent 8f1d9d5 commit a51a526
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-core"
version = "7.0.1"
version = "7.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_core/index.html"
Expand Down
6 changes: 3 additions & 3 deletions http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-http-server"
version = "7.0.1"
version = "7.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_http_server/index.html"

[dependencies]
log = "0.3"
net2 = "0.2"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-server-utils = { version = "7.0", path = "../server-utils" }
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-server-utils = { version = "7.1", path = "../server-utils" }
hyper = "0.11"
unicase = "2.0"

Expand Down
6 changes: 3 additions & 3 deletions ipc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonrpc-ipc-server"
description = "IPC server for JSON-RPC"
version = "7.0.1"
version = "7.1.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
Expand All @@ -11,8 +11,8 @@ documentation = "https://paritytech.github.io/jsonrpc/json_ipc_server/index.html
[dependencies]
log = "0.3"
tokio-service = "0.1"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-server-utils = { version = "7.0", path = "../server-utils" }
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-server-utils = { version = "7.1", path = "../server-utils" }
parity-tokio-ipc = { git = "https://github.com/nikvolf/parity-tokio-ipc" }
bytes = "0.4"

Expand Down
8 changes: 4 additions & 4 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-macros"
version = "7.0.1"
version = "7.1.0"
authors = ["rphmeier <robert@parity.io>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "macros"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_macros/index.html"

[dependencies]
serde = "1.0"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-pubsub = { version = "7.0", path = "../pubsub" }
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-pubsub = { version = "7.1", path = "../pubsub" }

[dev-dependencies]
serde_json = "1.0"
jsonrpc-tcp-server = { version = "7.0", path = "../tcp" }
jsonrpc-tcp-server = { version = "7.1", path = "../tcp" }

[badges]
travis-ci = { repository = "paritytech/jsonrpc", branch = "master"}
6 changes: 3 additions & 3 deletions minihttp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-minihttp-server"
version = "7.0.1"
version = "7.1.0"
authors = ["tomusdrw <tomasz@parity.io>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_minihttp_server/index.html"
Expand All @@ -14,8 +14,8 @@ bytes = "0.4"
log = "0.3"
parking_lot = "0.4"
tokio-service = "0.1"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-server-utils = { version = "7.0", path = "../server-utils" }
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-server-utils = { version = "7.1", path = "../server-utils" }
tokio-proto = { git = "https://github.com/tomusdrw/tokio-proto" }
tokio-minihttp = { git = "https://github.com/tomusdrw/tokio-minihttp" }

Expand Down
6 changes: 3 additions & 3 deletions pubsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-pubsub"
version = "7.0.1"
version = "7.1.0"
authors = ["tomusdrw <tomasz@parity.io>"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "macros"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_pubsub/index.html"

[dependencies]
log = "0.3"
parking_lot = "0.4"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-core = { version = "7.1", path = "../core" }

[dev-dependencies]
jsonrpc-tcp-server = { version = "7.0", path = "../tcp" }
jsonrpc-tcp-server = { version = "7.1", path = "../tcp" }

[badges]
travis-ci = { repository = "paritytech/jsonrpc", branch = "master"}
10 changes: 5 additions & 5 deletions pubsub/more-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = "jsonrpc-pubsub-examples"
description = "Examples of Publish-Subscribe extension for jsonrpc."
homepage = "https://github.com/paritytech/jsonrpc"
repository = "https://github.com/paritytech/jsonrpc"
version = "7.0.1"
version = "7.1.0"
authors = ["tomusdrw <tomasz@parity.io>"]
license = "MIT"

[dependencies]
jsonrpc-core = { version = "7.0", path = "../../core" }
jsonrpc-pubsub = { version = "7.0", path = "../" }
jsonrpc-ws-server = { version = "7.0", path = "../../ws" }
jsonrpc-ipc-server = { version = "7.0", path = "../../ipc" }
jsonrpc-core = { version = "7.1", path = "../../core" }
jsonrpc-pubsub = { version = "7.1", path = "../" }
jsonrpc-ws-server = { version = "7.1", path = "../../ws" }
jsonrpc-ipc-server = { version = "7.1", path = "../../ipc" }
4 changes: 2 additions & 2 deletions server-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Server utils for jsonrpc-core crate."
name = "jsonrpc-server-utils"
version = "7.0.1"
version = "7.1.0"
authors = ["tomusdrw <tomasz@parity.io>"]
license = "MIT"
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/jsonrpc"
[dependencies]
globset = "0.1"
log = "0.3"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-core = { version = "7.1", path = "../core" }
tokio-core = { version = "0.1" }
tokio-io = { version = "0.1" }
bytes = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions tcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonrpc-tcp-server"
description = "TCP/IP server for JSON-RPC"
version = "7.0.1"
version = "7.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
Expand All @@ -13,8 +13,8 @@ log = "0.3"
parking_lot = "0.4"
serde_json = "1.0"
tokio-service = "0.1"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-server-utils = { version = "7.0", path = "../server-utils" }
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-server-utils = { version = "7.1", path = "../server-utils" }
bytes = "0.4"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jsonrpc-ws-server"
description = "WebSockets server for JSON-RPC"
version = "7.0.1"
version = "7.1.0"
authors = ["tomusdrw <tomasz@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/jsonrpc"
Expand All @@ -10,8 +10,8 @@ documentation = "https://paritytech.github.io/jsonrpc/json_ws_server/index.html"

[dependencies]
log = "0.3"
jsonrpc-core = { version = "7.0", path = "../core" }
jsonrpc-server-utils = { version = "7.0", path = "../server-utils" }
jsonrpc-core = { version = "7.1", path = "../core" }
jsonrpc-server-utils = { version = "7.1", path = "../server-utils" }
ws = { git = "https://github.com/tomusdrw/ws-rs" }
parking_lot = "0.4"
slab = "0.3"
Expand Down

0 comments on commit a51a526

Please sign in to comment.