Commit 5dea310
authored
Fix cargo vendor usage to work with workspaces
Using `Cargo.full.toml` instead of `Cargo.toml` upset `cargo vendor`:
```
$ cargo vendor -s Cargo.full.toml > config.tmp
error: package `differential-datalog/rust/template/cmd_parser/Cargo.toml` is a member of the wrong workspace
expected: differential-datalog/rust/template/Cargo.full.toml
actual: differential-datalog/rust/template/Cargo.toml
```1 parent e57bf6c commit 5dea310
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments