build: remove rust edition specification from Cargo.toml
This commit is contained in:
parent
fd019654ad
commit
197be28e46
|
@ -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"] }
|
||||||
|
|
Loading…
Reference in a new issue