mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
Updated forms/form to v4. (#498)
This commit is contained in:
committed by
GitHub
parent
0e03496d36
commit
4d82158b0f
@ -2,11 +2,8 @@
|
||||
name = "form-example"
|
||||
version = "1.0.0"
|
||||
authors = ["Gorm Casper <gcasper@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
actix-web = "4.0.0-beta.21"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1"
|
||||
|
Reference in New Issue
Block a user