Skip to content

Commit cc2de04

Browse files
committed
Publish polishing
1 parent df87328 commit cc2de04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ native-tls = { version = "0.1", optional = true }
1818
log = "0.3"
1919
tokio-core = "0.1"
2020

21-
jsonrpc-client-core = { path = "../core" }
21+
jsonrpc-client-core = { version = "0.2.1", path = "../core" }
2222

2323
[features]
2424
default = ["tls"]
2525
tls = ["hyper-tls", "native-tls"]
2626

2727
[dev-dependencies]
28-
env_logger = "*"
28+
env_logger = "0.4"
2929
jsonrpc-core = "7.1.1"
3030
jsonrpc-macros = "7.1.1"
3131
jsonrpc-http-server = "7.1.1"

0 commit comments

Comments
 (0)