tailhook/serde-regex

Doesn't compile with Rust 1.20

Closed this issue · 1 comments

Because match ergonomics introduced in newer Rust is employed. Need Rust 1.20 because of this:

slog-rs/kvfilter#15 (comment)

PR coming ASAP.

Publishing new version of the crate with the fix applied would be very appreciated, thanks!

Released as v0.3.1. Thanks!