Skip to content

Commit b81548c

Browse files
committed
Fix stale crates that snuck in
1 parent 36dca8d commit b81548c

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)