Skip to content

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 11:56
· 226 commits to master since this release
7fba6b8

Added

  • Enabled using aarch64 rust-analyzers. (#99)

  • Enabled running for example targets. (#100)

    cargo equip -h | head -n 9 | tail -5
    USAGE:
        cargo equip [OPTIONS]
        cargo equip [OPTIONS] --src <PATH>
        cargo equip [OPTIONS] --bin <NAME>
        cargo equip [OPTIONS] --example <NAME>
    cargo equip … --example atcoder-abc188-a

Changed

  • Updated rust-analzyer to 2021-03-29. (#99)

Fixed

  • lib/proc-macro crates in the same packages will be included. (#100)