Closed aaron-meyers closed 4 weeks ago
Thanks for bring this to our attention. I was also able to reproduce this on a (clean) linux machine.
It looks like in ion-rs@v1.0.0-rc.8
a breaking change was introduced that is normally behind an "experimental" feature gate, but ion-cli
uses that feature, and so when cargo picked up the latest version of ion-rs
it broke the build of the current version of ion-cli
.
I think we will need to pin the ion-rs
version to prevent this from happening in future as some of the feature-gated, experimental APIs change.
Just tried installing this on my Windows machine via cargo install ion-cli, fails to compile with the following errors: