"kubernetes/manifest/vscode:/vscode.git/clone" did not exist on "fdef2abdfbeb68342d7245a36f4d95ed2ca92e3a"
-
Graham King authored
This makes the Rust parts all use ring / rustls library instead of local install of openssl. It's a step on the journey to being statically linked. Pieces: - `tokenizers` and `mistralrs` now support rustls (mistralrs by default, tokenizers with feature flag). - Move shared dependencies up into workspace - New `rand` crate has some renames for future rust - Ensure the dependency doesn't creep back in by enforcing it with cargo deny.
7c3fd5c9
This project manages its dependencies using Cargo.
Learn more