Commit 9d6c087
- Currently, when pulling this crate in as a dependency I am not able to (#1)
* - Currently, when pulling this crate in as a dependency I am not able to
create a recording because it looks for the recordings under
~/.cargo.../testcmds/recording-name.json. Instead, we should use the
runtime CARGO_MANIFEST_DIR, which will point to the crate where
commandeer is being imported.
Signed-off-by: William Johnson <[email protected]>
* - replace `panic` with `anyhow`
Signed-off-by: William Johnson <[email protected]>
---------
Signed-off-by: William Johnson <[email protected]>
Co-authored-by: William Johnson <[email protected]>1 parent dd32529 commit 9d6c087
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
142 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
143 | 152 | | |
144 | 153 | | |
145 | 154 | | |
| |||
149 | 158 | | |
150 | 159 | | |
151 | 160 | | |
152 | | - | |
| 161 | + | |
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
| |||
0 commit comments