build: remove rust edition specification from Cargo.toml

This commit is contained in:
Mercurio 2025-05-28 22:35:18 +02:00
parent fd019654ad
commit 197be28e46

View file

@ -1,7 +1,6 @@
[package] [package]
name = "litecloud" name = "litecloud"
version = "0.1.0" version = "0.1.0"
edition = "2021"
[dependencies] [dependencies]
axum = { version = "0.6", features = ["multipart"] } axum = { version = "0.6", features = ["multipart"] }