aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_flycheck
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-04-14 18:57:02 +0100
committerkjeremy <[email protected]>2020-04-14 18:57:02 +0100
commiteedab116ab9cf49860902fa051bb492653dab50c (patch)
treefb736a944764402e054e36cefad9d264e35ddfb0 /crates/ra_flycheck
parentc82e7696e6f86cc0843c5aab9f09b5d6dd0d4bac (diff)
insta 0.16
Diffstat (limited to 'crates/ra_flycheck')
-rw-r--r--crates/ra_flycheck/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_flycheck/Cargo.toml b/crates/ra_flycheck/Cargo.toml
index c9a9ddc12..76e5cada4 100644
--- a/crates/ra_flycheck/Cargo.toml
+++ b/crates/ra_flycheck/Cargo.toml
@@ -13,4 +13,4 @@ serde_json = "1.0.48"
13jod-thread = "0.1.1" 13jod-thread = "0.1.1"
14 14
15[dev-dependencies] 15[dev-dependencies]
16insta = "0.15.0" 16insta = "0.16.0"