1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Update basics/hello-world to v4. (#477)

This commit is contained in:
Rafael Bachmann
2022-01-30 17:17:18 +01:00
committed by GitHub
parent a3726b0874
commit 1c7ea7154e
3 changed files with 11 additions and 17 deletions

View File

@ -2,11 +2,8 @@
name = "hello-world"
version = "2.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
edition = "2021"
[dependencies]
actix-web = "3"
env_logger = "0.8"
[dev-dependencies]
actix-rt = "1"
actix-web = "4.0.0-beta.21"
env_logger = "0.9.0"