sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Minimum supported Rust version? #191

Closed shinglyu closed 1 year ago

shinglyu commented 1 year ago

I tried Rust 1.64.0 and the compilation failed because of unstable features. Then I upgrade to 1.71.0 and it worked. Wanted to check which version other people are using so I can add a minimum version section on the README and documentation.

shinglyu commented 1 year ago

I did a bisection and the minimal version is 1.65.0