diff options
author | kjeremy <[email protected]> | 2021-01-11 13:27:16 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2021-01-11 13:27:16 +0000 |
commit | 1da68e87af7b78257adaad27f266f4f50ac4588c (patch) | |
tree | b5f2f3316f84fb2408a4f2314c8da0bbadd2d7ba /crates/flycheck | |
parent | 8c33ffecc1feea732f2ea18b3701c145adc73928 (diff) |
Unfreeze cargo_metadata
It now pulls in a newer version of semver-parser.
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 1bad64a1b..1d19c7886 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | [dependencies] | 12 | [dependencies] |
13 | crossbeam-channel = "0.5.0" | 13 | crossbeam-channel = "0.5.0" |
14 | log = "0.4.8" | 14 | log = "0.4.8" |
15 | cargo_metadata = "=0.12.0" | 15 | cargo_metadata = "0.12.2" |
16 | serde_json = "1.0.48" | 16 | serde_json = "1.0.48" |
17 | jod-thread = "0.1.1" | 17 | jod-thread = "0.1.1" |
18 | 18 | ||