Commit 3977f63
fix: install cross from crates.io for rustc 1.85.0 compatibility
Installing cross from git causes cargo to resolve dependencies to their
latest compatible versions. Some of these (like home v0.5.12+) require
rustc 1.88+, which is incompatible with the project's rustc 1.85.0.
Cross v0.2.5 from crates.io uses locked dependencies that support the
published MSRV of rustc 1.58.1+, making it compatible with rustc 1.85.0.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a518afe commit 3977f63
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments