Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 10:06
· 133 commits to master since this release
82c5f4c

Changed

  • --resolve-cfgs --rustfmt --check by default. (#139)

    Instead, added --no-resolve-cfgs, --no-rustfmt, and --no-check.

    cargo-equip --resolve-cfgs --rustfmt --check
    warning: `--resolve-cfgs` is deprecated. `#[cfg(..)]`s are resolved by default
    warning: `--rustfmt` is deprecated. the output is formatted by default
    warning: `--check` is deprecated. the output is checked by default
  • Removed the warning message for pub(crate) in libraries. (#138)

  • Updated --exclude-{atcoder, codingame}-crates. (#140)

    Added …#proconio:0.3.8 to --exclude-atcoder-crates.

  • Updated rust-analyzer to 2021-06-21. (#141)