Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: add dependency on radicle-job
Lars Wirzenius committed 9 months ago
commit ce5e5945dea5ab356823df0841c2c2d32fa447c3
parent d5f684b
2 files changed +23 -2
modified Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-
version = 3
+
version = 4

[[package]]
name = "adler2"
@@ -1318,6 +1318,7 @@ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
dependencies = [
 "equivalent",
 "hashbrown 0.15.2",
+
 "serde",
]

[[package]]
@@ -1989,6 +1990,7 @@ dependencies = [
 "radicle",
 "radicle-crypto",
 "radicle-git-ext",
+
 "radicle-job",
 "radicle-surf",
 "regex",
 "rss",
@@ -2074,6 +2076,23 @@ dependencies = [
]

[[package]]
+
name = "radicle-job"
+
version = "0.1.0"
+
source = "registry+https://github.com/rust-lang/crates.io-index"
+
checksum = "dd15941f9d42cd8f0c6bf949b649eb4f310a389f5ecec1a3ac9d9d8dfcc8998d"
+
dependencies = [
+
 "indexmap",
+
 "nonempty 0.11.0",
+
 "once_cell",
+
 "qcheck",
+
 "radicle",
+
 "serde",
+
 "thiserror 2.0.12",
+
 "url",
+
 "uuid",
+
]
+

+
[[package]]
name = "radicle-ssh"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3111,6 +3130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
dependencies = [
 "getrandom 0.3.2",
+
 "serde",
]

[[package]]
modified Cargo.toml
@@ -2,7 +2,7 @@
name = "radicle-ci-broker"
version = "0.18.0"
edition = "2021"
-
rust-version = "1.80"
+
rust-version = "1.84"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
description = "add integration to CI engins or systems to a Radicle node"
license = "MIT OR Apache-2.0"
@@ -18,6 +18,7 @@ html-page = "0.4.0"
nonempty = "0.11.0"
radicle-crypto = "0.12.0"
radicle-git-ext = "0.8.0"
+
radicle-job = "0.1.0"
radicle-surf = { version = "0.22.0", default-features = false, features = ["serde"] }
regex = "1.10.5"
rss = "2.0.9"