Update readme to latest version
This commit is contained in:
parent
c9bdd512bc
commit
dbe28536d7
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Add Juniper to your Cargo.toml:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = "0.5.0"
|
juniper = "0.5.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want the Iron integration enabled, you need to enable the `iron-handlers`
|
If you want the Iron integration enabled, you need to enable the `iron-handlers`
|
||||||
|
@ -28,7 +28,7 @@ feature flag:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper = { version = "0.5.0", features = ["iron-handlers"] }
|
juniper = { version = "0.5.1", features = ["iron-handlers"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building schemas
|
## Building schemas
|
||||||
|
|
Loading…
Reference in a new issue