rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.16k stars 250 forks source link

Use stable internals for key-value API #550

Closed KodrAus closed 1 year ago

KodrAus commented 1 year ago

For #149

There are two (formally) unstable libraries that we depend on in the key-value API:

Both of these libraries now have stable releases so this PR moves to them. This was one of the blockers to stabilising the key-value API in #436. It's also a good excuse to get another release of log out, since we haven't made one in a while.