Browse Source

Bump to cargo version

tags/v0.3.12-fix
haixuantao 6 months ago
parent
commit
f4ddda07c8
3 changed files with 9 additions and 8 deletions
  1. +5
    -4
      Cargo.lock
  2. +2
    -2
      examples/vggt/depth-to-avif.yaml
  3. +2
    -2
      node-hub/dora-rav1e/Cargo.toml

+ 5
- 4
Cargo.lock View File

@@ -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",


+ 2
- 2
examples/vggt/depth-to-avif.yaml View File

@@ -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:


+ 2
- 2
node-hub/dora-rav1e/Cargo.toml View File

@@ -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]


Loading…
Cancel
Save