Realtime safe, waitfree, concurrency library

v0.2.2

+2 -2
+1 -1
CHANGELOG.md
··· 3 3 This file is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) 4 4 This project follows semver and every release is checked by cargo-semver-checks. 5 5 6 - ## [Unreleased] (not breaking) 6 + ## [0.2.2] - 2025-08-09 7 7 8 8 ### Changed 9 9 - remove '#[inline]' annotations from public functions (mtomsoop)
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "simple-left-right" 3 - version = "0.2.1" 3 + version = "0.2.2" 4 4 edition = "2021" 5 5 rust-version = "1.82" 6 6 readme = "README.md"