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
fix: pin Rust to 1.72.0 — tokenizers 0.13.x incompatible with modern Rust
Rust 1.87 (stable) rejects lifetime syntax in tokenizers 0.13.x lib code
that was valid in 2023-era compilers. Pin to 1.72.0 which is the toolchain
era when tokenizers 0.13.x was actively maintained and its Cargo.lock
dependency tree was written for.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments