1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

fix cors example version

This commit is contained in:
Rob Ede 2021-04-02 11:48:19 +01:00
parent d898e9e217
commit 727353213f
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -26,5 +26,5 @@ base64 = "0.13"
futures-util = { version = "0.3.7", default-features = false }
[dev-dependencies]
actix-cors = "1.0.0-beta.1"
actix-cors = "0.6.0-beta.1"
actix-rt = "2"