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 4c99294 commit 1d2c133Copy full SHA for 1d2c133
CHANGES.md
@@ -1,4 +1,4 @@
1
-NEXT
+0.8.0 (2022-01-28)
2
------------------
3
- Upgrade `time` dependency to 0.3 to resolve cargo audits
4
- Switch from Travis-CI to Github Actions for CI
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syslog_rfc5424"
-version = "0.7.0"
+version = "0.8.0"
authors = ["James Brown <[email protected]>"]
5
description = "Parser for RFC5424 (IETF-format) syslog messages"
6
documentation = "https://docs.rs/syslog_rfc5424/"
0 commit comments