Commit f1ef2fe
committed
fix(docker): use Rust nightly for edition2024 support
- Change FROM rust:1.84-slim to rustlang/rust:nightly-slim
- Fixes Docker build failure: 'edition2024 feature is not stabilized'
- Enables successful build of rmcp-macros-0.3.2 dependency requiring edition2024
- Local Docker test confirms successful build and binary execution
- Resolves final blocker for Docker image creation in release workflow
closes #docker-edition2024-nightly-support1 parent 85c32b2 commit f1ef2fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments