Commit 64ca197
committed
fix: migrate mcpp's own deps to namespace syntax
mcpp.toml: [dependencies.mcpplibs] cmdline = "0.0.1"
[dev-dependencies.compat] gtest = "1.15.2"
The mcpp-index namespace migration renamed package descriptors, so
the old dotted-key form 'mcpplibs.cmdline' no longer resolves on
a fresh install (the index entry's name field is now just 'cmdline'
with namespace='mcpplibs').1 parent 84710d7 commit 64ca197
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments