File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper"
3
- version = " 0.5.2 "
3
+ version = " 0.5.3 "
4
4
authors = [
" Magnus Hallin <[email protected] >" ]
5
5
description = " GraphQL server library"
6
6
license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ make integration with existing servers straightforward. It optionally provides a
16
16
pre-built integration for the [ Iron framework] [ iron ] .
17
17
18
18
* [ Cargo crate] ( https://crates.io/crates/juniper )
19
- * [ API Documentation] ( https://docs.rs/juniper/0.5.2 /juniper/ )
19
+ * [ API Documentation] ( https://docs.rs/juniper/0.5.3 /juniper/ )
20
20
21
21
## Installation
22
22
23
23
Add Juniper to your Cargo.toml:
24
24
25
25
``` toml
26
26
[dependencies ]
27
- juniper = " 0.5.2 "
27
+ juniper = " 0.5.3 "
28
28
```
29
29
30
30
If you want the Iron integration enabled, you need to enable the ` iron-handlers `
31
31
feature flag:
32
32
33
33
``` toml
34
34
[dependencies ]
35
- juniper = { version = " 0.5.2 " , features = [" iron-handlers" ] }
35
+ juniper = { version = " 0.5.3 " , features = [" iron-handlers" ] }
36
36
```
37
37
38
38
## Building schemas
You can’t perform that action at this time.
0 commit comments