upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-10 12:24:24 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-10 12:24:24 +0100
commitea7aa01e1e2d89fb00c758943b135dc56cd7c1fc (patch)
treebdddd8ef03e54b605f967b526e8354a25c452b32 /Cargo.toml
parentf6f7f81f94fe00df0dd756b517848296a622867c (diff)
build: fix dependancy package errors
which were preventing the build process from running
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1059f96..4d5b7d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,6 @@ assert_cmd = "2.0.12"
43duplicate = "1.0.0" 43duplicate = "1.0.0"
44mockall = "0.11.4" 44mockall = "0.11.4"
45once_cell = "1.18.0" 45once_cell = "1.18.0"
46rexpect = "0.5.0"
47serial_test = "2.0.0" 46serial_test = "2.0.0"
48test_utils = { path = "test_utils" } 47test_utils = { path = "test_utils" }
49 48