build: relax the ocio-rs constraint to 0.2
CI / Build & test (Linux) (push) Successful in 17m43s
CI / Build & test (Windows) (push) Failing after 32m37s

Pre-existing local resolution fix so the dependency set resolves here;
Cargo.lock follows (getrandom 0.4.3 -> 0.3.4 in the ocio tree).
This commit is contained in:
2026-08-29 19:52:28 +08:00
parent 81c3839937
commit d2ac02a474
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -7566,7 +7566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
dependencies = [
"fastrand 2.5.0",
"getrandom 0.4.3",
"getrandom 0.3.4",
"once_cell",
"rustix 1.1.4",
"windows-sys 0.61.2",
+1 -1
View File
@@ -30,7 +30,7 @@ toml = "0.8"
# OpenColorIO from source — all platforms build the SAME OCIO version (distro
# packages are too old for the bridge's API floor, e.g. Ubuntu 24.04's 2.1).
# An explicit OCIO_INSTALL_DIR still wins over the vendored build when set.
ocio-rs = { version = "0.2.1", features = ["bundled"] }
ocio-rs = { version = "0.2", features = ["bundled"] }
# Pure-Rust image I/O (crates.io `image`, MIT OR Apache-2.0); default features
# off, TIFF enabled — the only format current callers need. oiioutils.rs
# derives per-channel bit depths from its color-type tables and does float