From b5c194f3f7c1dd38d4743ca65d5a55dfb5b648fc Mon Sep 17 00:00:00 2001 From: James Leitch Date: Sun, 18 Apr 2021 16:36:29 -0700 Subject: Flycheck tries to parse both Cargo and Rustc messages. --- crates/flycheck/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/flycheck/Cargo.toml') diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml index 2a1a21b28..18b9ce7df 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml @@ -13,6 +13,7 @@ doctest = false crossbeam-channel = "0.5.0" log = "0.4.8" cargo_metadata = "0.13" +serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.48" jod-thread = "0.1.1" -- cgit v1.2.3