We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21d886 commit 1043e88Copy full SHA for 1043e88
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
* Upgrade to [slog v2.8.0].
10
* Enable `nested-values` feature by default
11
* Increase MSRV to 1.61 (same as slog)
12
+* Switch from `serde` to `serde_core`. Should reduce compile times.
13
14
### Added
15
* Implement `Drain::flush` (new in [slog v2.8.0])
Cargo.toml
@@ -26,7 +26,7 @@ dynamic-keys = ["slog/dynamic-keys"]
26
[dependencies]
27
slog = "2.8"
28
serde_json = "1"
29
-serde = "1"
+serde = { package = "serde_core", version = "1" }
30
erased-serde = { version = "0.4", optional = true }
31
time = { version = "0.3.6", features = ["formatting"] }
32
0 commit comments