We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2686c2 commit 2997478Copy full SHA for 2997478
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
7
+## [0.5.5] - 2025-01-17
8
+
9
+### Added
10
11
+- Introduced the `locking` and `full_locking` features to make the serialization of FAPI calls optional.
12
13
## [0.5.4] - 2025-01-17
14
15
### Added
src/locking.rs
@@ -41,7 +41,7 @@ mod lock_impl {
41
use std::sync::RwLock;
42
43
pub enum LockGuard {
44
- None
+ None,
45
}
46
47
impl LockGuard {
0 commit comments