Skip to content

Commit dbe2853

Browse files
committed
Update readme to latest version
1 parent c9bdd51 commit dbe2853

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
@@ -20,15 +20,15 @@ Add Juniper to your Cargo.toml:
2020

2121
```toml
2222
[dependencies]
23-
juniper = "0.5.0"
23+
juniper = "0.5.1"
2424
```
2525

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

2929
```toml
3030
[dependencies]
31-
juniper = { version = "0.5.0", features = ["iron-handlers"] }
31+
juniper = { version = "0.5.1", features = ["iron-handlers"] }
3232
```
3333

3434
## Building schemas

0 commit comments

Comments
 (0)