File tree 4 files changed +8
-8
lines changed
docs/book/content/servers 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Juniper's Hyper integration is contained in the [`juniper_hyper`][juniper_hyper]
16
16
17
17
``` toml
18
18
[dependencies ]
19
- juniper = " 0.10 "
20
- juniper_hyper = " 0.1 .0"
19
+ juniper = " 0.15.7 "
20
+ juniper_hyper = " 0.8 .0"
21
21
```
22
22
23
23
Included in the source is a [ small example] [ example ] which sets up a basic GraphQL and [ GraphiQL] handler.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Juniper's Iron integration is contained in the `juniper_iron` crate:
11
11
12
12
``` toml
13
13
[dependencies ]
14
- juniper = " 0.10 "
15
- juniper_iron = " 0.2.0 "
14
+ juniper = " 0.15.7 "
15
+ juniper_iron = " 0.7.4 "
16
16
```
17
17
18
18
Included in the source is a [ small
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Juniper's Rocket integration is contained in the [`juniper_rocket`][juniper_rock
10
10
11
11
``` toml
12
12
[dependencies ]
13
- juniper = " 0.10 "
14
- juniper_rocket = " 0.2 .0"
13
+ juniper = " 0.15.7 "
14
+ juniper_rocket = " 0.8 .0"
15
15
```
16
16
17
17
Included in the source is a [ small example] [ example ] which sets up a basic GraphQL and [ GraphiQL] handler.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Juniper's Warp integration is contained in the [`juniper_warp`][juniper_warp] cr
10
10
11
11
``` toml
12
12
[dependencies ]
13
- juniper = " 0.10 "
14
- juniper_warp = " 0.1 .0"
13
+ juniper = " 0.15.7 "
14
+ juniper_warp = " 0.7 .0"
15
15
```
16
16
17
17
Included in the source is a [ small example] [ example ] which sets up a basic GraphQL and [ GraphiQL] handler.
You can’t perform that action at this time.
0 commit comments