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