Skip to content

Commit 1146a01

Browse files
authored
Use actix betas to allow publishing on crates.io (#954)
1 parent 6ada6b0 commit 1146a01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/book/content/advanced/dataloaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DataLoader caching does not replace Redis, Memcache, or any other shared applica
4848

4949
```toml
5050
[dependencies]
51-
actix-identity = "0.2"
51+
actix-identity = "0.4.0-beta.2"
5252
actix-rt = "1.0"
5353
actix-web = {version = "2.0", features = []}
5454
juniper = { git = "https://github.com/graphql-rust/juniper" }

examples/actix_subscriptions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
actix-web = "4.0.0-beta.8"
10-
actix-cors = {git = "https://github.com/actix/actix-extras"}
10+
actix-cors = "0.6.0-beta.2"
1111
futures = "0.3"
1212
env_logger = "0.8"
1313
serde = "1.0"

juniper_actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ thiserror = "1.0"
2929

3030
[dev-dependencies]
3131
actix-rt = "2"
32-
actix-cors = {git = "https://github.com/actix/actix-extras"}
33-
actix-identity = {git = "https://github.com/actix/actix-extras"}
32+
actix-cors = "0.6.0-beta.2"
33+
actix-identity = "0.4.0-beta.2"
3434
tokio = "1"
3535
async-stream = "0.3"
3636
actix-test = "0.1.0-beta.3"

0 commit comments

Comments
 (0)