mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
bump to rc.1
This commit is contained in:
@ -5,9 +5,9 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.21"
|
||||
actix-web = "4.0.0-rc.1"
|
||||
futures = "0.3"
|
||||
env_logger = "0.9.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
json = "0.12"
|
||||
json = "0.12"
|
||||
|
@ -5,5 +5,5 @@ authors = ["Stig Johan Berggren <stigjb@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.21"
|
||||
actix-web = "4.0.0-rc.1"
|
||||
serde = "1"
|
||||
|
@ -5,7 +5,7 @@ authors = ["Kai Yao <kai.b.yao@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.21"
|
||||
actix-web = "4.0.0-rc.1"
|
||||
failure = "0.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user