From d546caa3f5053ade763430490911fefd6257af9f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 30 Sep 2023 22:19:19 +0200 Subject: make cache async and fix parallel write bug --- transcoder/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'transcoder/src/lib.rs') diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs index e74a7f5..010a7dd 100644 --- a/transcoder/src/lib.rs +++ b/transcoder/src/lib.rs @@ -3,4 +3,5 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ +#![feature(async_closure)] pub mod image; -- cgit v1.2.3-70-g09d2