This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Bump rav1e and dav1d version to fix build artefact
tags/v0.3.12-rc0
haixuanTao
9 months ago
parent
1279aa58fb
commit
1aeeec33cf
3 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Cargo.lock
+1
-0
node-hub/dora-dav1d/Cargo.toml
+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"
Write
Preview
Loading…
Cancel
Save