Conversation
The latest `mistral-rs` version requires at least Rust 1.86, but we set a msrv of 1.85. The v0.5.0 release of mistral-rs doesn't compile with the latest compatible tokenizers version because of huggingface/tokenizers#1855, so a manual downgrade was necessary.
|
The Windows CI errors are caused by Atostek/RustDDS#375. The We have two options:
The second option is easier of course, but this would mean that an older
What do you think @haixuanTao @heyong4725 ? |
|
I would pin RustDDS to the older version for now. And probably add a todo for later. |
Updates our Rust dependencies to their latest compatible versions.