maud v0.18.1 Release Notes

Release Date: 2018-07-18 // almost 6 years ago
    • ⚡️ [Fixed] Update to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)
      • The proc_macro feature was recently stabilized (rust-lang/rust#52081). As a result of this change, you may get "unresolved import" errors after updating your Rust compiler. To fix this error, replace any #![feature(proc_macro)] in your crate with #![feature(use_extern_macros)]. See the documentation for a working example.