From c0365c8c64f403fd9ee75c0db1a9ed6134633e8f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 10 Jun 2024 14:52:40 +0200 Subject: bump versions --- server/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server/src/main.rs') 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 */ -#![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; -- cgit v1.2.3-70-g09d2