File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
docs/book/content/servers Expand file tree Collapse file tree 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]
1616
1717``` toml
1818[dependencies ]
19- juniper = " 0.10 "
20- juniper_hyper = " 0.1 .0"
19+ juniper = " 0.15.7 "
20+ juniper_hyper = " 0.8 .0"
2121```
2222
2323Included 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:
1111
1212``` toml
1313[dependencies ]
14- juniper = " 0.10 "
15- juniper_iron = " 0.2.0 "
14+ juniper = " 0.15.7 "
15+ juniper_iron = " 0.7.4 "
1616```
1717
1818Included 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
1010
1111``` toml
1212[dependencies ]
13- juniper = " 0.10 "
14- juniper_rocket = " 0.2 .0"
13+ juniper = " 0.15.7 "
14+ juniper_rocket = " 0.8 .0"
1515```
1616
1717Included 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
1010
1111``` toml
1212[dependencies ]
13- juniper = " 0.10 "
14- juniper_warp = " 0.1 .0"
13+ juniper = " 0.15.7 "
14+ juniper_warp = " 0.7 .0"
1515```
1616
1717Included 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