Update versions referenced in server integration docs (#1013)
This commit is contained in:
parent
eb83b60c9a
commit
c866e091a4
4 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue