a3dbd272e0
4406: Update cargo-metadata r=matklad a=edwin0cheng This PR update `cargo-metadata` to 0.10.0 and it also relax the` serde-derive` deps to 1.0 for tests in `proc-macro-srv`. cc @robojumper r= @matklad , I think you would have something to say related to https://github.com/serde-rs/json/issues/647#issue-593788429 ? 4410: Improve wording in comment r=matklad a=edwin0cheng 4411: do not remove then block when you unwrap else block #4361 r=matklad a=bnjjj close #4361 4417: Omit default types in HirDisplay SourceCode mode r=matklad a=TimoFreiberg Closes #4390 Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com> Co-authored-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> Co-authored-by: Timo Freiberg <timo.freiberg@gmail.com>
21 lines
396 B
TOML
21 lines
396 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_flycheck"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.4.0"
|
|
lsp-types = { version = "0.74.0", features = ["proposed"] }
|
|
log = "0.4.8"
|
|
cargo_metadata = "0.10.0"
|
|
serde_json = "1.0.48"
|
|
jod-thread = "0.1.1"
|
|
ra_toolchain = { path = "../ra_toolchain" }
|
|
|
|
[dev-dependencies]
|
|
insta = "0.16.0"
|