Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 11:07
· 232 commits to master since this release
c99e790

Changed

  • Changed the process order for bin crates. (#92)

    extern crate items are replaced after procedural macros are expanded.

    let foo = /*foo!()*/{
        /*extern crate foo as __foo ;*/
        use crate::foo as __foo;
        __foo::Foo::new()
    };
  • Added https://github.com/rust-lang/crates.io-index#proconio:0.3.7 to --exclude-atcoder-crates. (#97)

    See statiolake/proconio-rs#18.