Skip to content

Commit 4d753fa

Browse files
bors[bot]kjeremy
andauthored
Merge #2412
2412: Fix stale crates that snuck in r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
2 parents 4822d26 + b81548c commit 4d753fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_hir_ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doctest = false
1010
[dependencies]
1111
log = "0.4.5"
1212
rustc-hash = "1.0"
13-
parking_lot = "0.9.0"
13+
parking_lot = "0.10.0"
1414
ena = "0.13"
1515

1616
ra_syntax = { path = "../ra_syntax" }

0 commit comments

Comments
 (0)