mirror of
https://github.com/bertptrs/tracing-mutex.git
synced 2026-03-27 16:50:39 +01:00
Compare commits
3 Commits
c5a506436c
...
764d3df454
| Author | SHA1 | Date | |
|---|---|---|---|
| 764d3df454 | |||
|
|
e543860d8b | ||
|
|
ed04552af3 |
@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Breaking
|
||||||
|
|
||||||
|
- Update [`parking_lot`][parking_lot] dependency to `0.12`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Enforce that all internal mutex guards are `!Send`. They already should be according to other
|
- Enforce that all internal mutex guards are `!Send`. They already should be according to other
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
lock_api = { version = "0.4", optional = true }
|
lock_api = { version = "0.4", optional = true }
|
||||||
parking_lot = { version = "0.11", optional = true }
|
parking_lot = { version = "0.12", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3"
|
criterion = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user