messense / rustc-test

A fork of Rust’s `test` crate that doesn’t require unstable language features.
Apache License 2.0
12 stars 5 forks source link

Depends on an old version of `term` #1

Closed RalfJung closed 5 years ago

RalfJung commented 5 years ago

Term is at version 0.6.1; this crate depends on v0.4. That pulls in old winapi 0.2, leading to winapi appearing twice in dependency trees.

RalfJung commented 5 years ago

Thanks, that was quick. :)