1
0
mirror of https://github.com/actix/examples synced 2025-08-21 14:25:37 +02:00

Update basics/static-index to v4. (#480)

This commit is contained in:
Rafael Bachmann
2022-01-29 15:21:21 +01:00
committed by GitHub
parent 68952e48eb
commit 72417cab6a

View File

@@ -5,6 +5,6 @@ authors = ["Jose Marinez <digeratus@gmail.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
actix-web = "3" actix-web = "4.0.0-beta.21"
actix-files = "0.3" actix-files = "0.6.0-beta.15"
env_logger = "0.8" env_logger = "0.9.0"