From f4ddda07c8373634c2719f58dda7e84f5ffad80f Mon Sep 17 00:00:00 2001 From: haixuantao Date: Fri, 4 Jul 2025 12:22:21 +0200 Subject: [PATCH] Bump to cargo version --- Cargo.lock | 9 +++++---- examples/vggt/depth-to-avif.yaml | 4 ++-- node-hub/dora-rav1e/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a4743f9..6ff733ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,8 +1165,9 @@ dependencies = [ [[package]] name = "avif-serialize" -version = "0.8.4" -source = "git+https://github.com/haixuantao/avif-serialize#667a6bb006f14adc5a217c03eb2d5af49e7ac05c" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ea8ef51aced2b9191c08197f55450d830876d9933f8f48a429b354f1d496b42" dependencies = [ "arrayvec", ] @@ -6395,9 +6396,9 @@ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" [[package]] name = "little_exif" -version = "0.6.9-beta.1" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1ec10e5465734b7d52c0acf732cf606f3129af347dff310d27ce4ccfe7d07f" +checksum = "9ebaa2b90127fb33dcf2ec1f5be8b496e92d5d1736789decca8eb2798c52f2e7" dependencies = [ "crc", "log", diff --git a/examples/vggt/depth-to-avif.yaml b/examples/vggt/depth-to-avif.yaml index 2ec3af0b..a7f34fc4 100644 --- a/examples/vggt/depth-to-avif.yaml +++ b/examples/vggt/depth-to-avif.yaml @@ -22,7 +22,7 @@ nodes: - id: rav1e-depth path: dora-rav1e - build: cargo build -p dora-rav1e --release + build: pip install -e ../../node-hub/dora-rav1e inputs: depth: dora-vggt/depth outputs: @@ -32,7 +32,7 @@ nodes: - id: rav1e-image path: dora-rav1e - build: cargo build -p dora-rav1e --release + build: pip install -e ../../node-hub/dora-rav1e inputs: image: dora-vggt/image outputs: diff --git a/node-hub/dora-rav1e/Cargo.toml b/node-hub/dora-rav1e/Cargo.toml index 009b8b28..b71cf93e 100644 --- a/node-hub/dora-rav1e/Cargo.toml +++ b/node-hub/dora-rav1e/Cargo.toml @@ -25,8 +25,8 @@ pyo3 = { workspace = true, features = [ "eyre", "generate-import-lib", ], optional = true } -avif-serialize = { git = "https://github.com/haixuantao/avif-serialize" } -little_exif = { version = "0.6.9-beta.1" } +avif-serialize = { version = "0.8.5" } +little_exif = { version = "0.6.9" } [lib]