Commit 9969c9d
committed
Merge #379: Specify version of dependencies instead of path
dfa65fb Specify version of dependencies instead of path (Tobin C. Harding)
Pull request description:
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.
ACKs for top commit:
jamillambert:
ACK dfa65fb
Tree-SHA512: 036af88049ccd9ac2e51de9145e2eb5f90c9168f5f2eabf877c501936a43ea0aba13c4e7837d8f982895f76b23542cf1b21a438c9aefd316b27780467c5484832 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