Browse Source

Bump rav1e and dav1d version to fix build artefact

tags/v0.3.12-rc0
haixuanTao 9 months ago
parent
commit
1aeeec33cf
3 changed files with 4 additions and 3 deletions
  1. +2
    -2
      Cargo.lock
  2. +1
    -0
      node-hub/dora-dav1d/Cargo.toml
  3. +1
    -1
      node-hub/dora-rav1e/Cargo.toml

+ 2
- 2
Cargo.lock View File

@@ -3175,7 +3175,7 @@ dependencies = [

[[package]]
name = "dora-dav1d"
version = "0.0.0"
version = "0.3.11"
dependencies = [
"bitstream-io",
"bytemuck",
@@ -3436,7 +3436,7 @@ dependencies = [

[[package]]
name = "dora-rav1e"
version = "0.3.11"
version = "0.3.11-fix.1"
dependencies = [
"bytemuck",
"dora-node-api",


+ 1
- 0
node-hub/dora-dav1d/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "dora-dav1d"
edition = "2021"
license = "BSD-2-Clause"
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



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

@@ -1,7 +1,7 @@
[package]
name = "dora-rav1e"
edition = "2021"
version.workspace = true
version = "0.3.11+fix1"
description.workspace = true
documentation.workspace = true
license = "BSD-2-Clause"


Loading…
Cancel
Save