Commit 39f28c1
committed
fix: Add edition and rust-version to workspace.package template
Ensures proper dependency resolution by specifying edition and rust-version
in [workspace.package] instead of at program level, allowing dependency
resolution to respect these constraints and prevent incompatible crate
versions from being selected.
Fixes #4047
Signed-off-by: AvhiMaz <avhimazumder5@outlook.com>1 parent a1f0743 commit 39f28c1
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| |||
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
211 | | - | |
| 215 | + | |
| 216 | + | |
212 | 217 | | |
213 | 218 | | |
214 | 219 | | |
| |||
0 commit comments