Skip to content

Commit a6f6b1a

Browse files
committed
Temporary parking_lot branch for is_locked
1 parent d0435d6 commit a6f6b1a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Cargo.lock

+8-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ smallbox = "0.8"
7171
bstr = "0.2.12"
7272
crossbeam-utils = "0.7"
7373
generational-arena = "0.2"
74-
parking_lot = { git = "https://github.com/Amanieu/parking_lot" }
74+
parking_lot = { git = "https://github.com/coolreader18/parking_lot", branch="raw-re-is_locked" }
7575

7676
## unicode stuff
7777
unicode_names2 = "0.4"

0 commit comments

Comments
 (0)