Commit dfa65fb
committed
Specify version of dependencies instead of path
I just tried to publish `corepc-client 0.10.0` and got an error from
`cargo`.
error: all dependencies must have a version specified when publishing.
We recently switched to using `path` instead of versions, seems like
this was wrong.
Seems that the patch sections in the top level manifest are now
redundant but I cannot be bothered to work that out right now.1 parent 0a146be commit dfa65fb
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments