diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-10 12:24:24 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-10 12:24:24 +0100 |
| commit | ea7aa01e1e2d89fb00c758943b135dc56cd7c1fc (patch) | |
| tree | bdddd8ef03e54b605f967b526e8354a25c452b32 /Cargo.toml | |
| parent | f6f7f81f94fe00df0dd756b517848296a622867c (diff) | |
build: fix dependancy package errors
which were preventing the build process from running
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -43,7 +43,6 @@ assert_cmd = "2.0.12" | |||
| 43 | duplicate = "1.0.0" | 43 | duplicate = "1.0.0" |
| 44 | mockall = "0.11.4" | 44 | mockall = "0.11.4" |
| 45 | once_cell = "1.18.0" | 45 | once_cell = "1.18.0" |
| 46 | rexpect = "0.5.0" | ||
| 47 | serial_test = "2.0.0" | 46 | serial_test = "2.0.0" |
| 48 | test_utils = { path = "test_utils" } | 47 | test_utils = { path = "test_utils" } |
| 49 | 48 | ||