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

Commit 6f5e4bb

Browse files
authored
Merge pull request #1206 from Eijebong/jsonrpc
Update jsonrpc-core
2 parents 6723084 + 3777a63 commit 6f5e4bb

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

Cargo.lock

Lines changed: 4 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env_logger = "0.5"
1818
failure = "0.1.1"
1919
home = "0.3"
2020
itertools = "0.7.3"
21-
jsonrpc-core = "8.0.1"
21+
jsonrpc-core = "9"
2222
languageserver-types = "0.51"
2323
lazy_static = "1"
2424
log = "0.4"

src/server/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ mod test {
461461
fn raw_message_parses_valid_jsonrpc_request_with_numeric_id() {
462462
let raw_json = json!({
463463
"jsonrpc": "2.0",
464-
"id": "1",
464+
"id": 1,
465465
"method": "someRpcCall",
466466
}).to_string();
467467

0 commit comments

Comments
 (0)