mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
edition = 2021
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
name = "json-example"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-rc.1"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "json_decode_error"
|
||||
version = "0.1.0"
|
||||
authors = ["Stig Johan Berggren <stigjb@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-rc.1"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "json_error"
|
||||
version = "1.0.0"
|
||||
authors = ["Kai Yao <kai.b.yao@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-rc.1"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "jsonrpc-example"
|
||||
version = "2.0.0"
|
||||
authors = ["mohanson <mohanson@outlook.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
|
Reference in New Issue
Block a user