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 0df27ee commit cc00331Copy full SHA for cc00331
CHANGES.md
@@ -1,3 +1,7 @@
1
+0.6.1 (2019-01-19)
2
+------------------
3
+- Fix sign error in numeric timezone offsets (thanks to @main-- for reporting this on GitHub)
4
+
5
0.6.0 (2018-07-14)
6
------------------
7
- Parse subsecond part of timestamps and include it as the `timestamp_nanos` field (thanks @bwtril-justin)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syslog_rfc5424"
-version = "0.6.0"
+version = "0.6.1"
authors = ["James Brown <[email protected]>"]
description = "Parser for RFC5424 (IETF-format) syslog messages"
documentation = "https://docs.rs/syslog_rfc5424/"
0 commit comments