Release Notes
🍈 v0.5.0
-
🔧 Maintenance
- Enable the crate to build with the latest nightly version and also fix this in the
rust-toolchain.toml
file. - use Rust edition 2021
- Rename the RWLock functions that provides a write lock from
lock
towrite
. This corresponds to read lock provided by theread
functions.
- Enable the crate to build with the latest nightly version and also fix this in the