Update docs

This commit is contained in:
2025-01-18 12:29:38 +01:00
parent 7a943ebba6
commit 4b17c45a4a
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Added
- On Rust 1.80 or newer, a wrapper for `std::sync::LazyLock` is now available. The MSRV has not been
changed; older versions simply don't get this wrapper.
### Changed ### Changed
- Reworked CI to better test continued support for the minimum supported Rust version - Reworked CI to better test continued support for the minimum supported Rust version

View File

@@ -36,7 +36,7 @@ Add this dependency to your `Cargo.lock` file like any other:
```toml ```toml
[dependencies] [dependencies]
tracing-mutex = "0.2" tracing-mutex = "0.3"
``` ```
Then use the locks provided by this library instead of the ones you would use otherwise. Then use the locks provided by this library instead of the ones you would use otherwise.