File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.10.0 (2025-11-11)
2+ -------------------
3+ - Bump to Edition 2024 and MSRV 1.85
4+ - Rename primary branch from ` master ` to ` main `
5+
160.9.1 (2025-11-11)
27------------------
38- Allow input timestamps to have 9 digits of fractional precision, even though RFC 5424 says 6 (@cbeck88 , #26 )
Original file line number Diff line number Diff line change 11[package ]
22name = " syslog_rfc5424"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" James Brown <roguelazer@roguelazer.com>" ]
55description = " Parser for RFC5424 (IETF-format) syslog messages"
66documentation = " https://docs.rs/syslog_rfc5424/"
@@ -9,6 +9,7 @@ repository = "https://github.com/Roguelazer/rust-syslog-rfc5424"
99license = " ISC"
1010readme = " README.md"
1111edition = " 2024"
12+ rust-version = " 1.85"
1213
1314[dependencies ]
1415time = " 0.3"
You can’t perform that action at this time.
0 commit comments