Skip to content

1.0.2

Compare
Choose a tag to compare
@dtolnay dtolnay released this 09 Sep 05:16
· 94 commits to master since this release
1.0.2
9a1f83c
  • Support Rust 2018 style macro imports (#107)

    extern crate lazy_static;
    use lazy_static::lazy_static;