Realtime safe, waitfree, concurrency library

change repo url

authored by inkreas.ing and committed by inkreas.ing 7acad74c 8d6b48ea

+2 -1
+1
CHANGELOG.md
··· 8 8 ### Changed 9 9 - remove '#[inline]' annotations from public functions (mtomsoop) 10 10 - remove '#[must_use]' from 'try_lock' because it doesn't really fit the usecase of must_use (oxotmzyv) 11 + - Change repo url to use the DID identifier 11 12 12 13 ## [0.2.1] - 2025-03-21 13 14
+1 -1
Cargo.toml
··· 8 8 keywords = ["real-time", "lock-free", "read-write", "concurrency", "no-std"] 9 9 categories = ["concurrency"] 10 10 license = "MIT OR Apache-2.0" 11 - repository = "https://tangled.sh/@increasing.bsky.social/simple-left-right/" 11 + repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/simple-left-right/" 12 12 description = "Lockfree, realtime safe and copy-free Synchronisation" 13 13 # workspace = "../" 14 14