Skip to content

Commit 0707713

Browse files
committed
Bump version to 2.6.1
UTC by default (#30) is an important enough improvement/fix that it warrants an immediate patch release. This should not break any code because RFC 3339 requries an explicit timezone for non-UTC times, and switching the timezone should not break any conformant parser.
1 parent 80245f9 commit 0707713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)