Use actix betas to allow publishing on crates.io (#954)

This commit is contained in:
Christian Legnitto 2021-07-06 13:23:41 -10:00 committed by GitHub
parent 6ada6b09a9
commit 1146a01331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ DataLoader caching does not replace Redis, Memcache, or any other shared applica
```toml
[dependencies]
actix-identity = "0.2"
actix-identity = "0.4.0-beta.2"
actix-rt = "1.0"
actix-web = {version = "2.0", features = []}
juniper = { git = "https://github.com/graphql-rust/juniper" }

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
actix-web = "4.0.0-beta.8"
actix-cors = {git = "https://github.com/actix/actix-extras"}
actix-cors = "0.6.0-beta.2"
futures = "0.3"
env_logger = "0.8"
serde = "1.0"

View file

@ -29,8 +29,8 @@ thiserror = "1.0"
[dev-dependencies]
actix-rt = "2"
actix-cors = {git = "https://github.com/actix/actix-extras"}
actix-identity = {git = "https://github.com/actix/actix-extras"}
actix-cors = "0.6.0-beta.2"
actix-identity = "0.4.0-beta.2"
tokio = "1"
async-stream = "0.3"
actix-test = "0.1.0-beta.3"