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

Commit

Permalink
Update jsonrpc-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Dec 20, 2018
1 parent 7ee3bb8 commit 3777a63
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 @@ -17,7 +17,7 @@ clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "a3c77f
env_logger = "0.5"
failure = "0.1.1"
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 3777a63

Please sign in to comment.