From 197be28e46c050aaff07fd18ac3043f03bec578f Mon Sep 17 00:00:00 2001 From: Mercurio <47455213+NotLugozzi@users.noreply.github.com> Date: Wed, 28 May 2025 22:35:18 +0200 Subject: [PATCH] build: remove rust edition specification from Cargo.toml --- api/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index e4ed1c9..cab0551 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "litecloud" version = "0.1.0" -edition = "2021" [dependencies] axum = { version = "0.6", features = ["multipart"] }