diff --git a/Cargo.lock b/Cargo.lock index e1300da..319dc6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,6 +178,7 @@ dependencies = [ [[package]] name = "bread-onnx" version = "0.3.0" +source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?tag=v0.3.0#8e82d2d833e992ce939a5b836f910ee109f2e939" dependencies = [ "anyhow", "bread-utils", @@ -192,6 +193,7 @@ dependencies = [ [[package]] name = "bread-utils" version = "0.3.0" +source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?tag=v0.3.0#8e82d2d833e992ce939a5b836f910ee109f2e939" dependencies = [ "dirs", "serde", diff --git a/breadarr-shared/Cargo.toml b/breadarr-shared/Cargo.toml index 91a9a26..be0521b 100644 --- a/breadarr-shared/Cargo.toml +++ b/breadarr-shared/Cargo.toml @@ -9,5 +9,4 @@ anyhow.workspace = true toml.workspace = true reqwest.workspace = true chrono.workspace = true -# TODO(owner): switch to tag-pinned git dependency once bread-utils is merged and tagged, matching the bread-theme pattern -bread-utils = { path = "../../bread-ecosystem/bread-utils" } +bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0", } diff --git a/breadarrd/Cargo.toml b/breadarrd/Cargo.toml index af3d900..d7b2c65 100644 --- a/breadarrd/Cargo.toml +++ b/breadarrd/Cargo.toml @@ -20,7 +20,7 @@ serde_json.workspace = true ort.workspace = true tokenizers.workspace = true # TODO(owner): switch to tag-pinned git dependency once bread-onnx is merged and tagged, matching the bread-theme pattern -bread-onnx = { path = "../../bread-ecosystem/bread-onnx" } +bread-onnx = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" } scraper.workspace = true chrono.workspace = true fastrand.workspace = true