diff options
author | kjeremy <[email protected]> | 2020-07-29 22:06:56 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-07-29 22:06:56 +0100 |
commit | e51d1ddf5bb0b4aac9881a56664d26b436408255 (patch) | |
tree | 761ad2274b75bd3bf0fd19b7e0164ae91ef84bd6 /crates/flycheck | |
parent | 2e10f156c5de08431869e6c7d383888bcca4527e (diff) |
cargo_metadata 0.11.1 and cargo update
Diffstat (limited to 'crates/flycheck')
-rw-r--r-- | crates/flycheck/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml index bea485694..ff8a1e568 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml | |||
@@ -11,7 +11,7 @@ doctest = false | |||
11 | [dependencies] | 11 | [dependencies] |
12 | crossbeam-channel = "0.4.0" | 12 | crossbeam-channel = "0.4.0" |
13 | log = "0.4.8" | 13 | log = "0.4.8" |
14 | cargo_metadata = "0.10.0" | 14 | cargo_metadata = "0.11.1" |
15 | serde_json = "1.0.48" | 15 | serde_json = "1.0.48" |
16 | jod-thread = "0.1.1" | 16 | jod-thread = "0.1.1" |
17 | ra_toolchain = { path = "../ra_toolchain" } | 17 | ra_toolchain = { path = "../ra_toolchain" } |