Updates
This commit is contained in:
parent
738f2c6fc3
commit
eb3ee7b8e5
6 changed files with 114 additions and 114 deletions
|
|
@ -9,7 +9,7 @@ publish = false
|
|||
clap = "2.32.0"
|
||||
failure = "0.1.4"
|
||||
join_to_string = "0.1.1"
|
||||
flexi_logger = "0.10.0"
|
||||
flexi_logger = "0.11.0"
|
||||
indicatif = "0.11.0"
|
||||
|
||||
ra_syntax = { path = "../ra_syntax" }
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@ tt = { path = "../ra_tt", package = "ra_tt" }
|
|||
test_utils = { path = "../test_utils" }
|
||||
|
||||
[dev-dependencies]
|
||||
flexi_logger = "0.10.0"
|
||||
insta = "0.6.1"
|
||||
flexi_logger = "0.11.0"
|
||||
insta = "0.7.0"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" }
|
|||
ra_assists = { path = "../ra_assists" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "0.6.1"
|
||||
insta = "0.7.0"
|
||||
|
||||
[features]
|
||||
jemalloc = [ "jemallocator", "jemalloc-ctl" ]
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ ra_fmt = { path = "../ra_fmt" }
|
|||
[dev-dependencies]
|
||||
test_utils = { path = "../test_utils" }
|
||||
proptest = "0.9.0"
|
||||
insta = "0.6.1"
|
||||
insta = "0.7.0"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ failure_derive = "0.1.4"
|
|||
serde_json = "1.0.34"
|
||||
serde = "1.0.83"
|
||||
crossbeam-channel = "0.3.5"
|
||||
flexi_logger = "0.10.0"
|
||||
flexi_logger = "0.11.0"
|
||||
log = "0.4.3"
|
||||
url_serde = "0.2.0"
|
||||
lsp-types = "0.56.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue