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.
2 parents ae5bdba + 0707713 commit 4da814fCopy full SHA for 4da814f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slog-json"
3
-version = "2.6.0"
+version = "2.6.1"
4
edition = "2018"
5
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
6
description = "JSON drain for slog-rs"
@@ -29,7 +29,7 @@ slog = { version = "2.1.1" }
29
serde_json = "1"
30
serde = "1"
31
erased-serde = {version = "0.3", optional = true }
32
-time = { version = "0.3.6", features = ["formatting", "local-offset"] }
+time = { version = "0.3.6", features = ["formatting"] }
33
34
[dev-dependencies]
35
slog-async = "2"
0 commit comments