aboutsummaryrefslogtreecommitdiff
path: root/bv1/codec
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-04 23:38:11 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-04 23:38:11 +0200
commit2b30206e06a271021dc13128464c8b622685e2e4 (patch)
treef65b2df26a86405db72153a83966233ff792f84c /bv1/codec
parent330cbef6f1953de3e1cbeb5aed03e951bc101965 (diff)
downloadvideo-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar
video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar.bz2
video-codec-experiments-2b30206e06a271021dc13128464c8b622685e2e4.tar.zst
a
Diffstat (limited to 'bv1/codec')
-rw-r--r--bv1/codec/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bv1/codec/Cargo.toml b/bv1/codec/Cargo.toml
index 0c52ad2..d4c9002 100644
--- a/bv1/codec/Cargo.toml
+++ b/bv1/codec/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-rayon = {version="1.7.0",optional = true}
+rayon = {version="1.10.0",optional = true}
[features]
default = ["parallel"]