LukasKalbertodt / libtest-mimic

A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
https://docs.rs/libtest-mimic
Apache License 2.0
95 stars 26 forks source link

Upgrade dependencies #3

Closed boxdot closed 4 years ago

boxdot commented 4 years ago

Rationale: When using structopt 0.3 it is not possible to flatten Arguments from this library due to incompatible derived structopt version.

LukasKalbertodt commented 4 years ago

Released on crates.io