Skip to content

Commit

Permalink
Merge pull request #31 from Techcable/release/2.6.1
Browse files Browse the repository at this point in the history
Release 2.6.1
  • Loading branch information
dpc committed Mar 18, 2022
2 parents ae5bdba + 0707713 commit 4da814f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slog-json"
version = "2.6.0"
version = "2.6.1"
edition = "2018"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "JSON drain for slog-rs"
Expand Down Expand Up @@ -29,7 +29,7 @@ slog = { version = "2.1.1" }
serde_json = "1"
serde = "1"
erased-serde = {version = "0.3", optional = true }
time = { version = "0.3.6", features = ["formatting", "local-offset"] }
time = { version = "0.3.6", features = ["formatting"] }

[dev-dependencies]
slog-async = "2"
Expand Down

0 comments on commit 4da814f

Please sign in to comment.