aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /transcoder/src
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
Diffstat (limited to 'transcoder/src')
-rw-r--r--transcoder/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs
index 7bf2c12..fe44a1c 100644
--- a/transcoder/src/lib.rs
+++ b/transcoder/src/lib.rs
@@ -3,8 +3,7 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2024 metamuffin <metamuffin.org>
*/
-#![feature(async_closure)]
-#![feature(exit_status_error)]
+#![feature(async_closure, exit_status_error)]
use tokio::sync::Semaphore;
pub mod fragment;