You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo install is limited to 1.0.0 as its the last published version on crates.io.
I pushed the dependency envelope a bit much with 2.0.0 and 2.1.0. 😉
In 2.0.0, I had a dependency on unreleased features in MiniJinja and cargo publish prevented me from publishing 2.0.0.
MiniJinja 2.6.0 was released with the needed features, but then I published 2.1.0 which had a dependency on another set of unreleased features in Polars (decompress and string_normalize) which prevented publishing 2.1.0 to crates.io.
You can be certain that I'll be doubly-sure 2.2.0 will only have released dependency features. 😄
Tried
cargo build ...
on Linux and it wanted to compile to 1.0.0.Cloned the repo
ran
rustup update
ran
cargo install ...
took a while (Ubuntu on a VM) but it's working :-)-O
The text was updated successfully, but these errors were encountered: