diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-10 14:52:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-10 14:52:40 +0200 |
commit | c0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch) | |
tree | 5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /server/src/main.rs | |
parent | d7636b4707f09862577515c87007f3ac0b705ed8 (diff) | |
download | jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2 jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst |
bump versions
Diffstat (limited to 'server/src/main.rs')
-rw-r--r-- | server/src/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 2cc8b98..8721e39 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -3,9 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2024 metamuffin <metamuffin.org> */ -#![feature(lazy_cell)] -#![feature(int_roundings)] -#![feature(let_chains)] +#![feature(int_roundings, let_chains)] use crate::routes::ui::{account::hash_password, admin::log::enable_logging}; use anyhow::Context; |