Skip to content

Commit 7effd11

Browse files
committed
Update readme to 0.5.2
1 parent 0ea61fa commit 7effd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Add Juniper to your Cargo.toml:
2121

2222
```toml
2323
[dependencies]
24-
juniper = "0.5.1"
24+
juniper = "0.5.2"
2525
```
2626

2727
If you want the Iron integration enabled, you need to enable the `iron-handlers`
2828
feature flag:
2929

3030
```toml
3131
[dependencies]
32-
juniper = { version = "0.5.1", features = ["iron-handlers"] }
32+
juniper = { version = "0.5.2", features = ["iron-handlers"] }
3333
```
3434

3535
## Building schemas

0 commit comments

Comments
 (0)