summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-04 18:44:17 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-04 18:44:17 +0200
commit6877e2c7024ba6d9b815858d4c717149a4c890b5 (patch)
tree3cc3c3914f626bf0e03aa9d81e756adb06d4fb39
parentd9aafdc87cc7cc396c5a1faca697ea9bb267f397 (diff)
downloadradicle-ci-broker-6877e2c7024ba6d9b815858d4c717149a4c890b5.tar.gz
chore: drop unused dependency on radicle-native-ci
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 899227b..c67944b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,5 @@ git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
branch = "master"
features = ["default", "test"]
-[dependencies.radicle-native-ci]
-path = "../radicle-native-ci"
-
[dev-dependencies]
tempfile = { version = "3.9.0" }