1
0
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:
Christopher Gubbin
2022-01-29 15:23:37 +00:00
committed by GitHub
parent 0e03496d36
commit 4d82158b0f
2 changed files with 42 additions and 49 deletions

View File

@ -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"