Skip to content

Commit e51d1dd

Browse files
committed
cargo_metadata 0.11.1 and cargo update
1 parent 2e10f15 commit e51d1dd

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111
[dependencies]
1212
crossbeam-channel = "0.4.0"
1313
log = "0.4.8"
14-
cargo_metadata = "0.10.0"
14+
cargo_metadata = "0.11.1"
1515
serde_json = "1.0.48"
1616
jod-thread = "0.1.1"
1717
ra_toolchain = { path = "../ra_toolchain" }

crates/ra_proc_macro_srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ memmap = "0.7"
1919
test_utils = { path = "../test_utils" }
2020

2121
[dev-dependencies]
22-
cargo_metadata = "0.10.0"
22+
cargo_metadata = "0.11.1"
2323
difference = "2.0.0"
2424
# used as proc macro test target
2525
serde_derive = "1.0.106"

crates/ra_project_model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
log = "0.4.8"
1313
rustc-hash = "1.1.0"
1414

15-
cargo_metadata = "0.10.0"
15+
cargo_metadata = "0.11.1"
1616

1717
ra_arena = { path = "../ra_arena" }
1818
ra_cfg = { path = "../ra_cfg" }

0 commit comments

Comments
 (0)