build: remove rust edition specification from Cargo.toml
This commit is contained in:
parent
fd019654ad
commit
197be28e46
|
@ -1,7 +1,6 @@
|
|||
[package]
|
||||
name = "litecloud"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.6", features = ["multipart"] }
|
||||
|
|
Loading…
Reference in a new issue