| { | ||
| "git": { | ||
| "sha1": "580839288e5f2babc17e6c36f7d56e60082a47ef" | ||
| "sha1": "a5b5b2113e2767801250af184d6c3971e689ae3b" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -24,3 +24,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "log" | ||
| version = "0.4.31" | ||
| version = "0.4.32" | ||
| dependencies = [ | ||
@@ -27,0 +27,0 @@ "proc-macro2", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "log" | ||
| version = "0.4.31" | ||
| version = "0.4.32" | ||
| authors = ["The Rust Project Developers"] | ||
@@ -19,0 +19,0 @@ build = false |
+11
-5
| # Change Log | ||
| ## [0.4.32] - 2026-06-04 | ||
| ### What's Changed | ||
| * Support `Value` -> string conversions with `kv` + `std` features instead of `kv_std` by @tisonkun in https://github.com/rust-lang/log/pull/729 | ||
| **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.31...0.4.32 | ||
| ## [0.4.31] - 2026-06-02 | ||
| ## What's Changed | ||
| ### What's Changed | ||
| * Leverage static str key when possible by @tisonkun in https://github.com/rust-lang/log/pull/727 | ||
| ## New Contributors | ||
| ### New Contributors | ||
| * @Isvane made their first contribution in https://github.com/rust-lang/log/pull/726 | ||
@@ -13,4 +20,2 @@ | ||
| ## [Unreleased] | ||
| ## [0.4.30] - 2026-05-21 | ||
@@ -417,3 +422,4 @@ | ||
| [Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.31...HEAD | ||
| [Unreleased]: https://github.com/rust-lang-nursery/log/compare/0.4.32...HEAD | ||
| [0.4.32]: https://github.com/rust-lang/log/compare/0.4.31...0.4.32 | ||
| [0.4.31]: https://github.com/rust-lang/log/compare/0.4.30...0.4.31 | ||
@@ -420,0 +426,0 @@ [0.4.30]: https://github.com/rust-lang/log/compare/0.4.29...0.4.30 |
+2
-1
@@ -418,3 +418,3 @@ //! Structured values. | ||
| #[cfg(feature = "kv_std")] | ||
| #[cfg(feature = "std")] | ||
| mod std_support { | ||
@@ -466,2 +466,3 @@ use std::borrow::Cow; | ||
| #[cfg(feature = "kv_std")] | ||
| impl<'v> Value<'v> { | ||
@@ -468,0 +469,0 @@ /// Try convert this value into a string. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display