Commit 5fbe376
committed
fix(docker): update Rust version to 1.85 for edition 2024 support
- Update FROM rust:1.75-slim to rust:1.85-slim
- Rust 1.85+ is required for edition 2024 support
- GitHub Actions already use rust-toolchain@stable (latest)
This fixes the 'feature edition2024 is required' error during Docker builds.1 parent c0d238b commit 5fbe376
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments