an-cabal/an-rope

Feature flags to support building with stable Rust

Closed this issue · 1 comments

hawkw commented

We ought to support builds against stable since we don't rely on any of the features from nightly we use. We can achieve this using a feature flag and conditional compilation.

hawkw commented

Finished in a157d30