Update readme to 0.5.2

This commit is contained in:
Magnus Hallin 2016-11-12 22:58:46 +01:00
parent 0ea61fa493
commit 7effd11348

View file

@ -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