Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1206 from Eijebong/jsonrpc
Browse files Browse the repository at this point in the history
Update jsonrpc-core
  • Loading branch information
Xanewok authored Dec 21, 2018
2 parents 6723084 + 3777a63 commit 6f5e4bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env_logger = "0.5"
failure = "0.1.1"
home = "0.3"
itertools = "0.7.3"
jsonrpc-core = "8.0.1"
jsonrpc-core = "9"
languageserver-types = "0.51"
lazy_static = "1"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/server/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ mod test {
fn raw_message_parses_valid_jsonrpc_request_with_numeric_id() {
let raw_json = json!({
"jsonrpc": "2.0",
"id": "1",
"id": 1,
"method": "someRpcCall",
}).to_string();

Expand Down

0 comments on commit 6f5e4bb

Please sign in to comment.