Skip to content

Releases: slog-rs/stdlog

Fix compatibility with log>0.4.15

23 Mar 07:51
Compare
Choose a tag to compare

Avoiding this compatibility bug is done by avoiding using log's private API to construct records (PR #22).
Fixes slog-rs/slog#309

Adds support for log/unstable_kv feature (PR #18)

See changelog for full details