mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
edition = 2021
This commit is contained in:
@ -5,7 +5,7 @@ authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.21"
|
||||
@ -16,4 +16,4 @@ failure = "0.1.8"
|
||||
futures = "0.3.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
|
Reference in New Issue
Block a user