Skip to content

Commit 9a31426

Browse files
committed
Pin cargo_metadata
1 parent 9b512f8 commit 9a31426

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
[dependencies]
1313
crossbeam-channel = "0.5.0"
1414
log = "0.4.8"
15-
cargo_metadata = "0.12.0"
15+
cargo_metadata = "=0.12.0"
1616
serde_json = "1.0.48"
1717
jod-thread = "0.1.1"
1818

crates/proc_macro_srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
2020
test_utils = { path = "../test_utils", version = "0.0.0" }
2121

2222
[dev-dependencies]
23-
cargo_metadata = "0.12.0"
23+
cargo_metadata = "=0.12.0"
2424
difference = "2.0.0"
2525

2626
# used as proc macro test targets

crates/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
[dependencies]
1313
log = "0.4.8"
1414
rustc-hash = "1.1.0"
15-
cargo_metadata = "0.12.0"
15+
cargo_metadata = "=0.12.0"
1616
serde = { version = "1.0.106", features = ["derive"] }
1717
serde_json = "1.0.48"
1818
anyhow = "1.0.26"

0 commit comments

Comments
 (0)