Skip to content

Commit c866e09

Browse files
authored
Update versions referenced in server integration docs (#1013)
1 parent eb83b60 commit c866e09

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/book/content/servers/hyper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
Included in the source is a [small example][example] which sets up a basic GraphQL and [GraphiQL] handler.

docs/book/content/servers/iron.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1818
Included in the source is a [small

docs/book/content/servers/rocket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1717
Included in the source is a [small example][example] which sets up a basic GraphQL and [GraphiQL] handler.

docs/book/content/servers/warp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1717
Included in the source is a [small example][example] which sets up a basic GraphQL and [GraphiQL] handler.

0 commit comments

Comments
 (0)