Skip to content

Commit 4da814f

Browse files
authored
Merge pull request #31 from Techcable/release/2.6.1
Release 2.6.1
2 parents ae5bdba + 0707713 commit 4da814f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slog-json"
3-
version = "2.6.0"
3+
version = "2.6.1"
44
edition = "2018"
55
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
66
description = "JSON drain for slog-rs"
@@ -29,7 +29,7 @@ slog = { version = "2.1.1" }
2929
serde_json = "1"
3030
serde = "1"
3131
erased-serde = {version = "0.3", optional = true }
32-
time = { version = "0.3.6", features = ["formatting", "local-offset"] }
32+
time = { version = "0.3.6", features = ["formatting"] }
3333

3434
[dev-dependencies]
3535
slog-async = "2"

0 commit comments

Comments
 (0)