Unfortunately there are still quite a few crates that depend on 0.2.x version of rustc_version. Internally we hit issues due to what has already been reported in #11 and fixed in #36 because of such crates. Would it be possible to release a 0.2.4 version of rustc_version that backports #36?
I attempted this backporting in https://github.com/pali6/rustc-version-rs/tree/0.2.x-backport, getting rid of the bits of #36 that are not relevant for 0.2.3.
Unfortunately there are still quite a few crates that depend on 0.2.x version of rustc_version. Internally we hit issues due to what has already been reported in #11 and fixed in #36 because of such crates. Would it be possible to release a 0.2.4 version of rustc_version that backports #36?
I attempted this backporting in https://github.com/pali6/rustc-version-rs/tree/0.2.x-backport, getting rid of the bits of #36 that are not relevant for 0.2.3.