- Bristol, UK
- https://www.jsbarretto.com
-
Interested in things. Usually exhausted.
-
Joined on
2025年11月28日
Great change, thanks!
MutexGuard re-export does not select an implementation as documented
Ah, good point. I've fixed those issues now (and the same for a few other cases). Sorry about the confusion.
MutexGuard re-export does not select an implementation as documented
Ah, this looks like a case of incorrect documentation. The feature is actually called use_ticket_mutex - the ticket_mutex by itself only enables the ticket_mutex module, it doesn't switch...
lock_api::RawRwLockUpgrade::try_upgrade allows simultaneous shared and mutable aliasing
I've opened a PR on rustsec/advisory-db for this issue. At time of writing, it's not yet been assigned a CVE number.
lock_api::RawRwLockUpgrade::try_upgrade allows simultaneous shared and mutable aliasing
0.12.1 has been released and includes the fix for this issue.
lock_api::RawRwLockUpgrade::try_upgrade allows simultaneous shared and mutable aliasing
Thanks for reporting this. I've fixed the issue (along with a more minor oversight mentioned in the report) in #190.
Thanks for working through this and apologies that the fix hasn't been released yet! I'll try to get time to do that soon.
separated_by combinator configurable
Thanks for the PR!