Skip to content

Commit

Permalink
remove deadlock_detection feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Aug 29, 2024
1 parent 839ba85 commit aab662a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rio-backend = { path = "rio-backend", version = "0.1.10" }
wa = { path = "wa", version = "0.1.7" }

raw-window-handle = "0.6.2"
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision", "deadlock_detection"] }
parking_lot = { version = "0.12.3", features = ["nightly", "hardware-lock-elision"] }
rustc-hash = "2.0.0"
unicode-width = "0.1.13"
image = { version = "0.24.9", default-features = false, features = ["ico"] }
Expand Down

0 comments on commit aab662a

Please sign in to comment.