Update versions referenced in server integration docs (#1013)

This commit is contained in:
Drew 2022-01-03 04:47:53 -06:00 committed by GitHub
parent eb83b60c9a
commit c866e091a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -16,8 +16,8 @@ Juniper's Hyper integration is contained in the [`juniper_hyper`][juniper_hyper]
```toml
[dependencies]
juniper = "0.10"
juniper_hyper = "0.1.0"
juniper = "0.15.7"
juniper_hyper = "0.8.0"
```
Included in the source is a [small example][example] which sets up a basic GraphQL and [GraphiQL] handler.

View file

@ -11,8 +11,8 @@ Juniper's Iron integration is contained in the `juniper_iron` crate:
```toml
[dependencies]
juniper = "0.10"
juniper_iron = "0.2.0"
juniper = "0.15.7"
juniper_iron = "0.7.4"
```
Included in the source is a [small

View file

@ -10,8 +10,8 @@ Juniper's Rocket integration is contained in the [`juniper_rocket`][juniper_rock
```toml
[dependencies]
juniper = "0.10"
juniper_rocket = "0.2.0"
juniper = "0.15.7"
juniper_rocket = "0.8.0"
```
Included in the source is a [small example][example] which sets up a basic GraphQL and [GraphiQL] handler.

View file

@ -10,8 +10,8 @@ Juniper's Warp integration is contained in the [`juniper_warp`][juniper_warp] cr
```toml
[dependencies]
juniper = "0.10"
juniper_warp = "0.1.0"
juniper = "0.15.7"
juniper_warp = "0.7.0"
```
Included in the source is a [small example][example] which sets up a basic GraphQL and [GraphiQL] handler.