diff --git a/Cargo.lock b/Cargo.lock index b4355a4d..6c676205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/node-hub/dora-dav1d/Cargo.toml b/node-hub/dora-dav1d/Cargo.toml index 3c78500d..8f5f6b46 100644 --- a/node-hub/dora-dav1d/Cargo.toml +++ b/node-hub/dora-dav1d/Cargo.toml @@ -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 diff --git a/node-hub/dora-rav1e/Cargo.toml b/node-hub/dora-rav1e/Cargo.toml index 217147bc..109120b8 100644 --- a/node-hub/dora-rav1e/Cargo.toml +++ b/node-hub/dora-rav1e/Cargo.toml @@ -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"